Skip to content

Commit fe1f208

Browse files
authored
fix: Add production branch to workflow triggers (#2833) (#2834)
2 parents 1828605 + 4a33e71 commit fe1f208

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Test and maybe deploy
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
- production
68
pull_request:
7-
branches: [main]
9+
branches:
10+
- main
11+
- production
812

913
jobs:
1014
test-and-deploy:

0 commit comments

Comments
 (0)