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...
|
run-name: ${{ github.actor }} is building SmartLockerTools...
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
name: Windows CI
|
name: Windows CI
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- '**'
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user