Signed-off-by: Roger Sikorski <roger@sikorski.cloud>
This commit is contained in:
parent
9a64f19355
commit
e2b9928a04
@ -1,3 +1,5 @@
|
|||||||
|
name: build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore:
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
|
name: build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
- main
|
- main
|
||||||
|
schedule:
|
||||||
|
- cron: "0 6 * * SUN"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user