make gitea actions more reasonable.

This commit is contained in:
luocai 2024-11-06 09:53:05 +08:00
parent 1c92079320
commit 6f1aad0bac
2 changed files with 8 additions and 2 deletions

View File

@ -1,6 +1,9 @@
name: Build Applications
run-name: ${{ github.actor }} is building SmartLockerTools...
on: [push]
on:
push:
tags-ignore:
- '*'
jobs:
PullDocker:
runs-on: [ubuntu-latest, ubuntu-24.04]

View File

@ -1,5 +1,8 @@
name: Windows CI
on: [push]
on:
push:
tags-ignore:
- '*'
jobs:
build: