Skip to content

Commit f69756a

Browse files
committed
allow checks for contrib branch
1 parent 0f71f25 commit f69756a

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
@@ -7,11 +7,13 @@ on:
77
- dev
88
- 'v*/dev'
99
- 'v*/main'
10+
- 'v*/contrib'
1011
pull_request:
1112
# The branches below must be a subset of the branches above
1213
branches:
1314
- dev
1415
- 'v*/dev'
16+
- 'v*/contrib'
1517
schedule:
1618
- cron: '39 20 * * 3'
1719

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- dev
1111
- 'v*/dev'
12+
- 'v*/contrib'
1213

1314
# Allows you to run this workflow manually from the Actions tab
1415
workflow_dispatch:

0 commit comments

Comments
 (0)