Skip to content

Commit

Permalink
Also test on hotfix branch
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schlipf committed Oct 14, 2023
1 parent f56937c commit 577f0ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
schedule:
- cron: "0 2 * * 6"
push:
branches: [master]
branches: [hotfix, master]
pull_request:
branches: [master]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: tests

on:
push:
branches: [master]
branches: [hotfix, master]
pull_request:
branches: [master]

Expand Down

0 comments on commit 577f0ed

Please sign in to comment.