fix: Remove branch from release

imgbot
KieranRobson 2022-12-13 11:31:34 +00:00
parent 52dfacd9ac
commit 6a3df14325
2 changed files with 1 additions and 3 deletions

View File

@ -7,8 +7,6 @@ name: Publish Docker image
on:
push:
branches:
- 'main'
jobs:
push_to_registries:

View File

@ -3,7 +3,7 @@ name: Release
on:
push:
branches:
- master
- main
jobs:
release-please: