Compare commits

...

2 Commits

Author SHA1 Message Date
933d29d395 try gitea action
All checks were successful
/ build (push) Successful in 16s
/ deploy (push) Successful in 51s
2024-07-31 22:32:33 +02:00
6a15af8e82 try gitea action
All checks were successful
/ build (push) Successful in 15s
/ deploy (push) Has been skipped
2024-07-31 22:29:29 +02:00

View File

@ -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