Skip to content

Commit b4f9142

Browse files
authored
ci: allow spectrum-two PRs (#2454)
1 parent a076aa0 commit b4f9142

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/development.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
pull_request:
1313
branches:
1414
- main
15+
- spectrum-two
1516
# Allow us to run tests for PRs updating github actions
1617
- chore-*ci*
1718
- chore-*github-actions*

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name: Build and verify production
1010

1111
on:
1212
push:
13-
branches: [main]
13+
branches: [main, spectrum-two]
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)