Skip to content

Commit 04eb5d1

Browse files
authored
Run tar only tags (#25)
1 parent 2fa2ac9 commit 04eb5d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/make.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
base-path: "./example"
3232

3333
- name: Make tarball
34+
if: startsWith(github.ref, 'refs/tags/')
3435
run: tar cvjf linux.tar.bz2 6502_tester LICENSE README.md
3536

3637
- name: Release

0 commit comments

Comments
 (0)