Skip to content

Commit

Permalink
add job condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Diatlov committed Nov 4, 2024
1 parent e18f643 commit 7f00f26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
j1:
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 7f00f26

Please sign in to comment.