Skip to content

Commit a6b3901

Browse files
committed
ci: don't run on pushed tags, only branches
1 parent 64f0328 commit a6b3901

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
@@ -1,6 +1,8 @@
11
name: Build pipeline
22
on:
33
push:
4+
branches:
5+
- "**"
46
pull_request:
57
release:
68
types: [released]

0 commit comments

Comments
 (0)