Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
933d29d395 | |||
6a15af8e82 |
@ -29,7 +29,7 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
needs: build
|
||||
if: gitea.event_name == 'tag'
|
||||
if: startsWith(github.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/cache@v4
|
||||
|
Reference in New Issue
Block a user