fix build #3
This commit is contained in:
parent
2420e136cc
commit
5f076fccc6
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -36,6 +36,8 @@ jobs:
|
|||
npm install
|
||||
npm install -g --save-dev shadow-cljs
|
||||
shadow-cljs compile test
|
||||
echo ${{ github.branch }}
|
||||
echo ${{ github.branch == 'master' }}
|
||||
|
||||
- name: build em
|
||||
if: ${{ github.branch == 'master' }}
|
||||
|
|
Loading…
Reference in a new issue