Skip to content

Commit

Permalink
workflow: ignore v** tags
Browse files Browse the repository at this point in the history
this is an attempt to exempt the whole build workflow (and respective releases from being created) for upstream tags.
  • Loading branch information
schlimmchen committed Apr 29, 2024
1 parent 0169b29 commit dae50ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- master
- development
tags-ignore:
- v*
- 'v**'
pull_request:
paths-ignore:
- docs/**
Expand Down

0 comments on commit dae50ec

Please sign in to comment.