build images whenever we merge main
This commit is contained in:
parent
1b5713dd26
commit
47baf6cfe5
1 changed files with 3 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -2,8 +2,9 @@ name: "Build"
|
||||||
on:
|
on:
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
push:
|
||||||
- cron: '51 2 * * 0'
|
branches:
|
||||||
|
- main
|
||||||
jobs:
|
jobs:
|
||||||
images:
|
images:
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in a new issue