Skip to content

Commit eb8f9cf

Browse files
authored
Merge pull request #419 from julianhille/fix/building-every-push
Fix: only run for tags not every push
2 parents cf4e7c0 + caeed17 commit eb8f9cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Build
22

33
on:
44
push:
5+
tags:
6+
- "*"
57
pull_request:
68
workflow_dispatch:
79

0 commit comments

Comments
 (0)