Skip to content

Commit 7ba9a53

Browse files
committed
Also run the build when pushing tags
1 parent e30ad2c commit 7ba9a53

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
8+
# Run when pushing version tags, since otherwise it's impossible to
9+
# restart a successful build after pushing a tag
10+
- '*.*.*'
711
pull_request:
812
branches:
913
- master

0 commit comments

Comments
 (0)