Set master branch name in pipeline
This commit is contained in:
parent
20c778f7c6
commit
6e34209fb0
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ name: Build images
|
||||||
run-name: Build images
|
run-name: Build images
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "master" ]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '10 5 */10 * *'
|
- cron: '10 5 */10 * *'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue