Skip to content

Commit 7c4736a

Browse files
Merge pull request #370 from validmind/update-staging-10893066487
Merge main into staging
2 parents e9fc4da + b749c3f commit 7c4736a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/deploy-docs-prod.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# Deploy our docs site to S3 whenever we push a commit to the main branch
2-
31
name: Deploy docs site to production
42

53
on:
64
push:
75
branches:
86
- prod
7+
workflow_run:
8+
workflows: ["Merge staging into prod"]
9+
types:
10+
- completed
11+
workflow_dispatch:
912

1013
jobs:
1114
deploy:

.github/workflows/deploy-docs-staging.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
# Deploy our docs site to S3 whenever we push a commit to the main branch
2-
31
name: Deploy docs site to staging
42

53
on:
64
push:
75
branches:
86
- staging
7+
workflow_run:
8+
workflows: ["Merge main into staging"]
9+
types:
10+
- completed
11+
workflow_dispatch:
912

1013
jobs:
1114
deploy:

0 commit comments

Comments
 (0)