fix: use main branch only (repo has no master)
This commit is contained in:
@@ -2,7 +2,7 @@ name: Docker Build and Push
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master, main]
|
branches: [main]
|
||||||
pull_request:
|
pull_request:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 3 * * 3'
|
- cron: '30 3 * * 3'
|
||||||
|
|||||||
Reference in New Issue
Block a user