mirror of
https://github.com/optim-enterprises-bv/coreos.git
synced 2025-10-29 17:12:39 +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:
|
||||
- cron: '40 23 * * *' # 11:45PM UTC everyday (approx 1.5 hours after coreos images publish)
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
paths-ignore: # don't rebuild if only documentation has changed
|
||||
- "**.md"
|
||||
|
||||
jobs:
|
||||
build-stable:
|
||||
permissions:
|
||||
|
||||
5
.github/workflows/build-testing.yml
vendored
5
.github/workflows/build-testing.yml
vendored
@@ -5,7 +5,10 @@ on:
|
||||
schedule:
|
||||
- cron: '55 23 * * *' # 11:45PM UTC everyday (approx 1.75 hours after coreos images publish)
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
paths-ignore: # don't rebuild if only documentation has changed
|
||||
- "**.md"
|
||||
|
||||
jobs:
|
||||
build-testing:
|
||||
permissions:
|
||||
|
||||
Reference in New Issue
Block a user