Skip to content

Commit 06a7e9c

Browse files
committed
chore(CI): only cross-compile if tag
1 parent 8c41d14 commit 06a7e9c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cross-compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ env:
99

1010
jobs:
1111
build:
12+
if: github.ref_type == 'tag'
1213
name: Cross-Compile ${{ matrix.platform.target }}
1314
strategy:
1415
matrix:

0 commit comments

Comments
 (0)