Skip to content

Commit 66840f8

Browse files
committed
Merge branch 'dev' of https://github.com/terminusdb/terminus-client into dev
2 parents 603a55f + b6a14c1 commit 66840f8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ jobs:
1919
node-version: 14
2020
- run: npm install
2121
- run: npm run build
22-
- run: bash ".ci/publish_bintray.sh" "${GITHUB_REF##*/}"
22+
- run: |
23+
if [ $(echo "${{ github.ref }}" | grep -P "dev|canary") ]; then
24+
bash ".ci/publish_bintray.sh" "${GITHUB_REF##*/}"
25+
fi
2326
env:
2427
BINTRAY_API_TOKEN: ${{ secrets.BINTRAY_API_TOKEN }}

0 commit comments

Comments
 (0)