Skip to content

Commit

Permalink
Merge pull request #256 from simPod/run-on-push
Browse files Browse the repository at this point in the history
Run CI on push to *.*.x branch
  • Loading branch information
greg0ire committed Sep 19, 2021
2 parents e41b56e + 897edc3 commit f86c16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
push:
branches:
- "master"
- "*.*.x"
schedule:
- cron: "0 17 * * *"

Expand Down

0 comments on commit f86c16a

Please sign in to comment.