Fix workflow to run on pushes to main instead of master

This commit is contained in:
Maschell 2021-01-09 16:09:38 +01:00
parent 4229909519
commit e4096fd9a4

View File

@ -3,7 +3,7 @@ name: CI-Release
on:
push:
branches:
- master
- main
jobs:
build-binary: