use the new name of the main branch

This commit is contained in:
Axel Kohlmeyer
2021-10-11 23:23:24 -04:00
parent 9cf6b927cb
commit 2651e4650f
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: "CodeQL Code Analysis"
on:
push:
branches: [master]
branches: [develop]
jobs:
analyze:

View File

@ -3,7 +3,7 @@ name: "Native Windows Compilation"
on:
push:
branches: [master]
branches: [develop]
jobs:
build:

View File

@ -3,7 +3,7 @@ name: "Unittest for MacOS"
on:
push:
branches: [master]
branches: [develop]
jobs:
build: