Skip to content

Commit c84398e

Browse files
committed
fix: Aim workflows
1 parent 86fc31d commit c84398e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-production.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- 'master'
4+
- 'archive/prod'
55
workflow_dispatch:
66
name: Publish Production
77
jobs:

.github/workflows/publish-stage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
push:
33
branches:
4-
- 'stage'
4+
- 'archive/stage'
55
workflow_dispatch:
66
name: Publish Stage
77
jobs:

0 commit comments

Comments
 (0)