Skip to content

Commit f86c16a

Browse files
authored
Merge pull request #256 from simPod/run-on-push
Run CI on push to *.*.x branch
2 parents e41b56e + 897edc3 commit f86c16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
pull_request:
77
push:
88
branches:
9-
- "master"
9+
- "*.*.x"
1010
schedule:
1111
- cron: "0 17 * * *"
1212

0 commit comments

Comments
 (0)