Compare commits

..
Author SHA1 Message Date
Dustin Pianalto 3169953f3f Test github.ref to get branch name
CI / build (push) Has been cancelled
2020-08-30 17:07:37 -08:00
+1 -1
View File
@@ -10,7 +10,7 @@ on:
jobs: jobs:
build: build:
if: github.event.base_ref == 'refs/heads/master' || github.event.base_ref == 'refs/heads/development' if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/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