Skip to content

Commit 22790a8

Browse files
committed
github: Don't run builds for tags, only pushes to branches
There's no need to rerun all the builds when pushing a tag.
1 parent aca6871 commit 22790a8

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: Builds
22
on:
33
push:
4+
branches:
5+
- '**'
46
schedule:
57
- cron: '0 0 * * *'
68

0 commit comments

Comments
 (0)