Skip to content

Commit

Permalink
[CI/check-pull-request] fix workflow tag trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
clangenb committed May 25, 2024
1 parent 65c81eb commit e6efe89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:
- "rust-toolchain.toml"
- "rustfmt.toml"
- ".github/workflows/*.yml"
push:
branches:
- develop
tags:
- v[0-9]+.[0-9]+.[0-9]
# Matches tags containing an arbitrary suffix starting with '-'.
- v[0-9]+.[0-9]+.[0-9]+-*
push:
branches:
- develop

# Ensures only one build is run per branch, unless pushing to develop
concurrency:
Expand Down

0 comments on commit e6efe89

Please sign in to comment.