make gitea actions more reasonable.

This commit is contained in:
luocai 2024-11-06 09:58:45 +08:00
parent 6f1aad0bac
commit 59d0a475f4
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is building SmartLockerTools...
on:
push:
tags-ignore:
- '*'
- 'v*'
jobs:
PullDocker:
runs-on: [ubuntu-latest, ubuntu-24.04]

View File

@ -2,7 +2,7 @@ name: Windows CI
on:
push:
tags-ignore:
- '*'
- 'v*'
jobs:
build: