mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-14 17:33:25 +00:00
Update sw.yml
This commit is contained in:
parent
c88975e2dd
commit
0bfc58e4a9
1 changed files with 6 additions and 1 deletions
7
.github/workflows/sw.yml
vendored
7
.github/workflows/sw.yml
vendored
|
|
@ -1,6 +1,11 @@
|
|||
name: sw
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
pull_request:
|
||||
schedule:
|
||||
# every day
|
||||
- cron: 0 0 * * *
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
Loading…
Reference in a new issue