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