Skip to content

Commit

Permalink
Fix github actions tag regex
Browse files Browse the repository at this point in the history
  • Loading branch information
pietermarsman committed Mar 19, 2022
1 parent a2e1d6a commit ae7f315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- master
tags:
- "[0-9]{8}" # match version tags with format like 20220319
- '[0-9]+' # match version tags with only numbers
pull_request: # run on pr's against master
branches:
- master
Expand Down

0 comments on commit ae7f315

Please sign in to comment.