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
+3 -3
View File
@@ -2,10 +2,10 @@ name: Elixir CI
on:
push:
branches: [ master ]
branches: [ $default-branch ]
pull_request:
branches: [ master ]
branches: [ $default-branch ]
jobs:
build: