Change workflow to listen to pushs on main instead of master

This commit is contained in:
Maschell 2021-01-09 14:33:44 +01:00
parent f6c42a7977
commit 25b8061f5b
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Publish Docker Image
on:
push:
branches:
- master
- main
jobs:
build:
runs-on: ubuntu-latest