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 56dab42 commit 325683cCopy full SHA for 325683c
.github/workflows/makefile.yml
@@ -121,3 +121,8 @@ jobs:
121
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
122
aws s3 sync ./build/web/js s3://pyret-horizon/horizon-action-test --acl public-read --exclude "cpo-main.jarr.js.gz"
123
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