make gitea actions more reasonable.
This commit is contained in:
parent
1c92079320
commit
6f1aad0bac
@ -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]
|
||||
|
@ -1,5 +1,8 @@
|
||||
name: Windows CI
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
tags-ignore:
|
||||
- '*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
Loading…
Reference in New Issue
Block a user