Skip to content

Commit

Permalink
Ensures workflow only runs on tag creation or pull requests, instead …
Browse files Browse the repository at this point in the history
…of every commit.
  • Loading branch information
dihm committed Mar 19, 2024
1 parent a2fb893 commit ab5cf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build firmware

on:
create:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+*'
pull_request:
Expand Down

0 comments on commit ab5cf13

Please sign in to comment.