Skip to content

Commit

Permalink
Updated gitignore. GHA trigger on tag push
Browse files Browse the repository at this point in the history
  • Loading branch information
francovaro committed Feb 1, 2024
1 parent 284ce82 commit d8f53e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ on:
workflow_dispatch:
pull_request:
push:
branches: [main]
tags:
- '*'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ utensor.lib
utensor/libutensor.a
*.o
*.d
.DS_Store

0 comments on commit d8f53e7

Please sign in to comment.