Skip to content

Commit

Permalink
chore(workflow): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
castrix committed Apr 14, 2023
1 parent c3aec47 commit 2465618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
- '!master' # excludes master
- '!main' # excludes master
jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2465618

Please sign in to comment.