Skip to content

Commit e75de1c

Browse files
Set auto-deploy to qa and manual to prod
1 parent 1e838ef commit e75de1c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/publish-prod.yml

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

55
# Controls when the workflow will run
6-
on:
7-
push:
8-
branches:
9-
- master
10-
workflow_dispatch:
6+
on: workflow_dispatch
117

128
jobs:
139

.github/workflows/publish-qa.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
name: publish-qa
44

55
# Controls when the workflow will run
6-
on: workflow_dispatch
6+
on:
7+
push:
8+
branches:
9+
- master
10+
workflow_dispatch:
711

812
jobs:
913

0 commit comments

Comments
 (0)