Skip to content

Commit

Permalink
Merge pull request #242 from jhlegarreta/FixGHAWorkflowFileWarning
Browse files Browse the repository at this point in the history
ENH: Set up correctly branches filter in build, test GHA workflow file
  • Loading branch information
jhlegarreta authored Nov 13, 2023
2 parents 48e20a7 + 72c9abe commit 2d0abbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build, test

on:
push:
branch: main
branches: ['main']
pull_request:

# Allow a subsequently queued workflow run to interrupt previous runs
Expand Down

0 comments on commit 2d0abbb

Please sign in to comment.