Skip to content

Commit

Permalink
Fix S3 Deploy action trigger
Browse files Browse the repository at this point in the history
Fixed the S3 deploy action trigger so that
it runs after the completion of the `Release
(Build Outputs)` action.
  • Loading branch information
alexjhawk committed Feb 16, 2024
1 parent 3a661c9 commit 6308c8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ name: Release (Deploy to S3)

on:
workflow_dispatch:
release:
workflow_run:
workflows: [ "Release (Build Outputs)" ]
types:
- completed

env:
AWS_SECRET_ACCESS_KEY : ${{secrets.AWS_SECRET_ACCESS_KEY}}
Expand Down

0 comments on commit 6308c8c

Please sign in to comment.