ff
This commit is contained in:
parent
d0ef83c8f7
commit
c70b9afedd
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ name: "lint, build and push"
|
||||||
# https://docs.docker.com/build/ci/github-actions/manage-tags-labels/
|
# https://docs.docker.com/build/ci/github-actions/manage-tags-labels/
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 10 * * *"
|
- cron: "32 17 * * SUN"
|
||||||
pull_request:
|
push:
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Reference in a new issue