Skip to content

Commit

Permalink
Only run CD on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
danhper committed Jul 24, 2024
1 parent 22f79f9 commit df37ff2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name: Upload binary to S3

on:
workflow_run:
workflows: [CI]
types: [completed]
branches: [main]
workflow_dispatch:
# workflow_run:
# workflows: [CI]
# types: [completed]
# branches: [main]

env:
PROJECT_NAME: eclair
Expand Down

0 comments on commit df37ff2

Please sign in to comment.