Skip to content

Commit

Permalink
Merge pull request #129 from arkedge/dry-run-release-workflow
Browse files Browse the repository at this point in the history
Run release workflow on changed itself to dry-run
  • Loading branch information
sksat authored Nov 19, 2024
2 parents bcbdd69 + 7277a96 commit bdcd60f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
branches:
- main
tags: ['v*']
pull_request:
branches:
- main
paths:
- .github/workflows/release.yml

env:
# renovate: datasource=github-releases depName=EmbarkStudios/cargo-about
Expand Down

0 comments on commit bdcd60f

Please sign in to comment.