Skip to content

Commit

Permalink
Fix release.yaml to properly run when needed
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Jan 9, 2024
1 parent 6689c54 commit 15209a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
update-autorevision:
name: "Update AutoRevision"
runs-on: ubuntu-22.04
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
update-archive:
name: "Update Source Archive"
runs-on: ubuntu-22.04
if: github.event_name == 'release'
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 15209a9

Please sign in to comment.