Skip to content

Commit

Permalink
Allow other branches to run on push and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
gwendolyngoetz committed Jan 15, 2024
1 parent b527e43 commit f7432cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ name: Build Only
on:
workflow_dispatch: {}
push:
branches: [ master ]
paths-ignore:
- '**.md'
pull_request:
branches: [ master ]
paths-ignore:
- '**.md'
env:
Expand Down

0 comments on commit f7432cf

Please sign in to comment.