Updates branch name (main, not master)
This commit is contained in:
2
.github/workflows/publish-docker.yml
vendored
2
.github/workflows/publish-docker.yml
vendored
@@ -4,7 +4,7 @@ name: 🐳 Build + Publish Multi-Platform Image
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches: ['master']
|
||||
branches: ['main']
|
||||
tags: ['v[0-9].[0-9]+.[0-9]+']
|
||||
paths:
|
||||
- 'templates.json'
|
||||
|
||||
Reference in New Issue
Block a user