Skip to content

Commit d8f53e7

Browse files
committed
Updated gitignore. GHA trigger on tag push
1 parent 284ce82 commit d8f53e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pack.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ on:
33
workflow_dispatch:
44
pull_request:
55
push:
6-
branches: [main]
6+
tags:
7+
- '*'
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ utensor.lib
77
utensor/libutensor.a
88
*.o
99
*.d
10+
.DS_Store

0 commit comments

Comments
 (0)