Skip to content

Commit f03a084

Browse files
committed
Another attempt to build only branches and not tags on github actions.
1 parent 11caf08 commit f03a084

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actions_build.yml

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

33
on:
44
push:
5+
branches:
6+
- '**'
57
tags-ignore:
68
- '**'
79

0 commit comments

Comments
 (0)