Compare commits

...
1 Commits
Author SHA1 Message Date
Dustin Pianalto 562ec6acaf Test github.ref to get branch name
CI / build (push) Has been cancelled
2020-08-30 17:09:13 -08:00
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' if: endsWith(github.ref, 'master') || endsWith(github.ref, 'development')
runs-on: ubuntu-latest runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job # Steps represent a sequence of tasks that will be executed as part of the job