1
0
mirror of synced 2026-08-05 06:56:56 +00:00

devops: use main branch instead of master (#699)

This commit is contained in:
Max Schmitt
2021-11-13 14:39:27 +01:00
committed by GitHub
parent f515d9f318
commit 4be749f045
7 changed files with 11 additions and 15 deletions
+2 -2
View File
@@ -2,11 +2,11 @@ name: Build & Test
on:
push:
branches:
- master
- main
- release-*
pull_request:
branches:
- master
- main
- release-*
jobs:
dev: