mirror of
https://github.com/optim-enterprises-bv/coreos.git
synced 2025-11-01 02:18:00 +00:00
chore: add build on push
This commit is contained in:
5
.github/workflows/build-stable.yml
vendored
5
.github/workflows/build-stable.yml
vendored
@@ -5,7 +5,10 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '40 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish)
|
- cron: '40 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish)
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
paths-ignore: # don't rebuild if only documentation has changed
|
||||||
|
- "**.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-stable:
|
build-stable:
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
5
.github/workflows/build-testing.yml
vendored
5
.github/workflows/build-testing.yml
vendored
@@ -5,7 +5,10 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
- cron: '55 23 * * *' # 11:45PM UTC everyday (approx 1.75 hours after coreos images publish)
|
- cron: '55 23 * * *' # 11:45PM UTC everyday (approx 1.75 hours after coreos images publish)
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
paths-ignore: # don't rebuild if only documentation has changed
|
||||||
|
- "**.md"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-testing:
|
build-testing:
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user