We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c250d2f commit 917b53cCopy full SHA for 917b53c
.github/workflows/zip-and-upload-to-s3-production.yml
@@ -1,13 +1,16 @@
1
-name: Zip and Upload to S3 for Production
+name: Zip and Upload to S3 for Development
2
3
on:
4
push:
5
branches:
6
- - main
+ - production
7
8
jobs:
9
+ deploy-after-testing:
10
+ uses: ./.github/workflows/Run-Tests.yml
11
zip-and-upload:
12
runs-on: ubuntu-latest
13
+ needs: [deploy-after-testing]
14
steps:
15
- uses: actions/checkout@v2
16
- run: mkdir zip
latestCommit.md
@@ -1,5 +1 @@
-<<<<<<< HEAD
-724ebd7e097d4848846957797dbe985f03fa17c7
-=======
-23197cc74ab3bdcac8d4741faeb20a51e080093a
->>>>>>> 18594a9 (test)
+724ebd7e097d4848846957797dbe985f03fa17c7
0 commit comments