We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 60be6e0 + 9076e79 commit 174824eCopy full SHA for 174824e
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: ["master"]
+ branches: ["master", "patch"]
6
pull_request:
7
8
workflow_dispatch: # to allow manual re-runs
9
10
env:
.github/workflows/codeql-analysis.yml
@@ -2,9 +2,9 @@ name: "CodeQL checks"
- branches: [ master ]
+ branches: [ "master", "patch" ]
+ branches: [ master, "patch" ]
schedule:
- cron: '44 17 * * 3'
0 commit comments