Skip to content

Commit

Permalink
Change build workflow to run on tags push
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszwojt committed Feb 9, 2024
1 parent 80af049 commit 8579622
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Build plugins
on:
push:
tags:
- '*'

env:
image: ghcr.io/gillesvink/nukedockerbuild
Expand Down

0 comments on commit 8579622

Please sign in to comment.