Skip to content

Commit

Permalink
build: allow actions on all branches & tags (including with slashes)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpesses committed Feb 23, 2024
1 parent 2b57948 commit 763346f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
# Run on all branches
branches:
- "*"
- "**"
# Run only if files modified are not docs
paths-ignore:
- "*.md"
Expand Down

0 comments on commit 763346f

Please sign in to comment.