This commit is contained in:
jem 2020-07-03 08:50:46 +02:00
parent 2420e136cc
commit 5f076fccc6

View file

@ -36,6 +36,8 @@ jobs:
npm install npm install
npm install -g --save-dev shadow-cljs npm install -g --save-dev shadow-cljs
shadow-cljs compile test shadow-cljs compile test
echo ${{ github.branch }}
echo ${{ github.branch == 'master' }}
- name: build em - name: build em
if: ${{ github.branch == 'master' }} if: ${{ github.branch == 'master' }}