We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 031d87c commit 7f52d91Copy full SHA for 7f52d91
2 files changed
.github/workflows/dev_cicd.yml
@@ -39,6 +39,7 @@ jobs:
39
- run: yarn build-dev
40
41
- name: deploy to s3
42
+ if: github.event_name == 'push'
43
uses: jakejarvis/s3-sync-action@master
44
with:
45
args: --delete
.github/workflows/prod_cicd.yml
@@ -4,9 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- pull_request:
8
- branches:
9
- - main
10
11
jobs:
12
cicd:
@@ -39,6 +36,7 @@ jobs:
36
- run: yarn build
37
38
0 commit comments