Skip to content

Commit

Permalink
run when any *.sh file changes in etc/build
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed May 6, 2024
1 parent e68ec78 commit 2c6a1b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/solvers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
branches:
- main # run for the main branch
paths:
- etc/build/install*.sh
- etc/build/*.sh
- Makefile
- .github/workflows/solvers.yml
pull_request: # and for PRs
paths:
- etc/build/install*.sh
- etc/build/*.sh
- Makefile
- .github/workflows/solvers.yml
# other branches that want testing must create a PR
Expand Down

0 comments on commit 2c6a1b5

Please sign in to comment.