Skip to content

Commit

Permalink
ci: also run on version tag push to make a release
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Jun 16, 2023
1 parent 45d5c69 commit 9a2b9cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
tags:
- v*
pull_request:
workflow_dispatch:

Expand Down

0 comments on commit 9a2b9cf

Please sign in to comment.