make gitea actions more reasonable.
This commit is contained in:
parent
6f1aad0bac
commit
59d0a475f4
@ -3,7 +3,7 @@ run-name: ${{ github.actor }} is building SmartLockerTools...
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '*'
|
- 'v*'
|
||||||
jobs:
|
jobs:
|
||||||
PullDocker:
|
PullDocker:
|
||||||
runs-on: [ubuntu-latest, ubuntu-24.04]
|
runs-on: [ubuntu-latest, ubuntu-24.04]
|
||||||
|
@ -2,7 +2,7 @@ name: Windows CI
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- '*'
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user