Skip to content

Commit

Permalink
Build when tags are created
Browse files Browse the repository at this point in the history
Means we should be able to first push a version and trigger a release
when we tag that version later
  • Loading branch information
joodie committed Jan 31, 2024
1 parent e43a2f1 commit b20c848
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Build artifacts
on:
push
push:
create:
tags:
- '*'

jobs:
checks:
Expand Down

0 comments on commit b20c848

Please sign in to comment.