Skip to content

Commit 325683c

Browse files
authored
Update makefile.yml
1 parent 56dab42 commit 325683c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/makefile.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,8 @@ jobs:
121121
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "*" --include "cpo-main.jarr.gz.js" --content-encoding gzip
122122
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "cpo-main.jarr.js.gz"
123123
if: github.event_name != 'pull_request'
124+
125+
deploy-trigger:
126+
needs: build-and-test
127+
uses: ./.github/workflows/deploy-trigger.yml
128+
secrets: inherit

0 commit comments

Comments
 (0)