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:
|
||||
repository_dispatch:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '51 2 * * 0'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
images:
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue