chore: add build on push

This commit is contained in:
qoijjj
2024-08-25 14:51:45 -07:00
parent 2ed7d82653
commit ea440baf1b
2 changed files with 8 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: