Skip to content

Commit da388ed

Browse files
Set auto-deploy to qa and manual to prod
1 parent 4120e60 commit da388ed

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-prod.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
name: publish-prod
44

55
# Controls when the workflow will run
6-
on:
7-
workflow_dispatch:
6+
on: workflow_dispatch
87

98
jobs:
109

.github/workflows/publish-qa.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ on:
77
push:
88
branches:
99
- master
10-
- staging
1110
workflow_dispatch:
1211

1312
jobs:

0 commit comments

Comments
 (0)