Skip to content

Commit ab5cf13

Browse files
committed
Ensures workflow only runs on tag creation or pull requests, instead of every commit.
1 parent a2fb893 commit ab5cf13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build firmware
22

33
on:
4-
create:
4+
push:
55
tags:
66
- '[0-9]+\.[0-9]+\.[0-9]+*'
77
pull_request:

0 commit comments

Comments
 (0)