Update workflows to work with main branch

This commit is contained in:
Logan Williams
2023-05-15 10:14:53 +02:00
parent 074f132ad9
commit 76be271c18
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ on:
release:
types: [published]
push:
branches: [ "dockerize" ]
branches: [ "main" ]
tags: [ "v*.*.*" ]
env:

View File

@@ -12,7 +12,7 @@ on:
release:
types: [published]
push:
branches: [ "dockerize" ]
branches: [ "main" ]
tags: [ "v*.*.*" ]
permissions: