Skip to content

Commit 43dccf9

Browse files
committed
add pre-prod/main to workflows
1 parent c42d136 commit 43dccf9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/accessibility_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Accessibility Scan
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [main, pre-prod/main]
55
types: [opened, synchronize]
66
env:
77
BUILD_DIR: 'client/www/next-build'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test
22
on:
33
pull_request:
4-
branches: [main, next-release/main]
4+
branches: [main, next-release/main, pre-prod/main]
55
types: [opened, synchronize]
66
env:
77
BUILD_DIR: 'client/www/next-build'

.github/workflows/check_for_new_fragments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Block PRs with New Fragments
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [main, pre-prod/main]
55
jobs:
66
checkForNewFragments:
77
name: Check for new fragments

.github/workflows/check_pr_for_broken_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CheckPRLinks
22
on:
33
pull_request:
4-
branches: [main]
4+
branches: [main, pre-prod/main]
55
types: [opened, synchronize]
66
env:
77
BUILD_DIR: 'client/www/next-build'

0 commit comments

Comments
 (0)