Skip to content

Commit c6724ea

Browse files
committed
Adapt the workflows to run against 1.0.x branch
1 parent 501acf1 commit c6724ea

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,13 @@ on:
1515
push:
1616
branches:
1717
- main
18+
- 1.1.x
1819
- 1.0.x
1920
pull_request:
2021
# The branches below must be a subset of the branches above
2122
branches:
2223
- main
24+
- 1.1.x
2325
- 1.0.x
2426
schedule:
2527
- cron: '0 12 * * 6'

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches: # For branches, better to list them explicitly than regexp include
55
- main
6+
- 1.1.x
67
- 1.0.x
78
permissions: read-all
89
jobs:

0 commit comments

Comments
 (0)