Skip to content

Commit 00cdbae

Browse files
author
Alan Christie
committed
Build action does not run on publish
1 parent 45a2e35 commit 00cdbae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,11 @@ name: build
1717
# Environment (none)
1818

1919
on:
20-
- push
20+
push:
21+
branches:
22+
- '**'
23+
tags-ignore:
24+
- '**'
2125

2226
jobs:
2327
build:

0 commit comments

Comments
 (0)