Skip to content

Commit

Permalink
Merge pull request #684 from openSUSE/fix_release_action
Browse files Browse the repository at this point in the history
obs-release.yml - Fix the glob to also run for simple "v3" tag
  • Loading branch information
lslezak authored Aug 2, 2023
2 parents 5137611 + 1338e95 commit c4422b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/obs-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# runs when creating a release tag
push:
tags:
- v[0-9]+.**
- v[0-9]*

jobs:
# Note: cockpit-agama-playwright is currently not submitted
Expand Down

0 comments on commit c4422b4

Please sign in to comment.