Skip to content

Commit

Permalink
publish test
Browse files Browse the repository at this point in the history
  • Loading branch information
PingIsFun committed Sep 3, 2023
1 parent 766d2e1 commit 57e40a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ concurrency:
group: ${{ github.head_ref || format('{0}-{1}', github.ref, github.run_number) }}
cancel-in-progress: true



jobs:
build:
name: Build
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
branches:
- master
tags:
- '*'
- 'refs/tags/*'


jobs:
get-tag:
Expand Down

0 comments on commit 57e40a2

Please sign in to comment.