Use $default-branch token

This commit is contained in:
Christopher Schleiden
2020-07-13 12:12:41 -07:00
parent 7e9fc80858
commit abf7f258d1
30 changed files with 76 additions and 76 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: C/C++ CI
on:
push:
branches: [ master ]
branches: [ $default-branch ]
pull_request:
branches: [ master ]
branches: [ $default-branch ]
jobs:
build: