Skip to content

Commit 5893e95

Browse files
committed
Only deploy from staging and production
1 parent b6e95a7 commit 5893e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Deploy
1+
name: deploy
22
on:
33
push:
44
branches:
5-
- main
5+
- production
66
- staging
77
jobs:
88
deploy:

0 commit comments

Comments
 (0)