Skip to content

Commit dbd8220

Browse files
committed
allow more checks in PRs against release branches
1 parent 8141eb7 commit dbd8220

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/azure-static-web-apps-delightful-beach-055ecb503.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ on:
66
- main
77
- 'v*/main'
88
- 'v*/dev'
9+
- 'release/*'
910
# This is how azure builds staging environments
1011
pull_request:
1112
types: [opened, synchronize, reopened, closed]
1213
branches:
1314
- main
1415
- 'v*/main'
1516
- 'v*/dev'
17+
- 'release/*'
1618

1719
jobs:
1820
build_and_deploy_job:

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ on:
88
- 'v*/dev'
99
- 'v*/main'
1010
- 'v*/contrib'
11+
- 'release/*'
1112
pull_request:
1213
# The branches below must be a subset of the branches above
1314
branches:
1415
- dev
1516
- 'v*/dev'
1617
- 'v*/contrib'
18+
- 'release/*'
1719
schedule:
1820
- cron: '39 20 * * 3'
1921

.github/workflows/pr-first-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
pull_request_target:
55
types: [opened]
66

7-
jobs:
7+
jobs:
88
send-response:
99
runs-on: ubuntu-latest
1010
permissions:
1111
issues: write
12-
pull-requests: write
12+
pull-requests: write
1313
steps:
1414
- name: Install dependencies
1515
run: |

0 commit comments

Comments
 (0)