Skip to content

Commit

Permalink
Merge pull request #71 from Wenzel/ci_trigger_on_tag_push
Browse files Browse the repository at this point in the history
ci: trigger on tag push
  • Loading branch information
Wenzel authored Jun 13, 2022
2 parents ca7f14c + 6a5d44c commit b8addda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- 'master'
tags:
- '*'
paths-ignore:
- '**/README.md'
pull_request:
Expand Down

0 comments on commit b8addda

Please sign in to comment.