Skip to content

Commit

Permalink
fix(gha): edge builds are now only triggered when pushed to main
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 22, 2024
1 parent 9cfc1f5 commit e1183bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
-
name: Dispatch Edge Build
# Run this step only if the release-please completes successfully
if: steps.release-please.outcome == 'success'
if: steps.release-please.outcome == 'success' && github.event_name == 'push'
uses: peter-evans/[email protected]
with:
repository: opencadc/science-platform
Expand Down

0 comments on commit e1183bf

Please sign in to comment.