make gitea actions more reasonable.
All checks were successful
Build Applications / PullDocker (push) Successful in 3s
Build Applications / Build (push) Successful in 2m16s
Windows CI / build (push) Successful in 4m41s
Deploy Release / Build (push) Successful in 2m19s
Release tag / build (push) Successful in 4m40s

This commit is contained in:
luocai 2024-11-06 10:01:18 +08:00
parent 59d0a475f4
commit a6541c6a52
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ name: Build Applications
run-name: ${{ github.actor }} is building SmartLockerTools...
on:
push:
branches:
- '**'
tags-ignore:
- 'v*'
jobs:

View File

@ -1,6 +1,8 @@
name: Windows CI
on:
push:
branches:
- '**'
tags-ignore:
- 'v*'