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
@@ -3,12 +3,12 @@
name: CI
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# events but only for the $default-branch branch
on:
push:
branches: [ master ]
branches: [ $default-branch ]
pull_request:
branches: [ master ]
branches: [ $default-branch ]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: