make gitea actions more reasonable.
All checks were successful
All checks were successful
This commit is contained in:
parent
59d0a475f4
commit
a6541c6a52
@ -2,6 +2,8 @@ name: Build Applications
|
||||
run-name: ${{ github.actor }} is building SmartLockerTools...
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
tags-ignore:
|
||||
- 'v*'
|
||||
jobs:
|
||||
|
@ -1,6 +1,8 @@
|
||||
name: Windows CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '**'
|
||||
tags-ignore:
|
||||
- 'v*'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user