Skip to content

Commit

Permalink
Update workflow trigger conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
spartan-ductduong committed Sep 17, 2024
1 parent b1fbe6f commit dcbdad9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-generate-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
on:
push:
tags:
- v*
- 'v[0-9]+.[0-9]+.*'

jobs:
create-release:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.*'
workflow_dispatch:

jobs:
publish:
Expand Down

0 comments on commit dcbdad9

Please sign in to comment.