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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
branches: ['master']
|
branches: ['main']
|
||||||
tags: ['v[0-9].[0-9]+.[0-9]+']
|
tags: ['v[0-9].[0-9]+.[0-9]+']
|
||||||
paths:
|
paths:
|
||||||
- 'templates.json'
|
- 'templates.json'
|
||||||
|
|||||||
Reference in New Issue
Block a user