We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 501acf1 commit c6724eaCopy full SHA for c6724ea
.github/workflows/codeql-analysis.yml
@@ -15,11 +15,13 @@ on:
15
push:
16
branches:
17
- main
18
+ - 1.1.x
19
- 1.0.x
20
pull_request:
21
# The branches below must be a subset of the branches above
22
23
24
25
26
schedule:
27
- cron: '0 12 * * 6'
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ on:
3
4
branches: # For branches, better to list them explicitly than regexp include
5
6
7
8
permissions: read-all
9
jobs:
0 commit comments