Run CI on main branch (instead of master)

This commit is contained in:
Matthias 2021-10-28 19:39:02 +02:00
parent 1554bc079a
commit bb81d2e9b1

View File

@ -3,10 +3,10 @@ name: FreqUI CI
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
release:
types: [ published ]