Skip to content

Commit

Permalink
fix: pi image not being built for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Feb 23, 2024
1 parent 489cd92 commit a966ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
name: build image

# only run for main
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/main' || startsWith(github.event.ref, 'refs/tags/v')

needs:
- Linux-arm64
Expand Down

0 comments on commit a966ea0

Please sign in to comment.