From 5df25a487db11d821e9636135ece63bbdc8887a1 Mon Sep 17 00:00:00 2001 From: jordan brooks Date: Tue, 27 Feb 2024 15:09:19 +0000 Subject: [PATCH] deploy --- .github/workflows/pipeline.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index bc4e1d89..e67c513b 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -1,5 +1,13 @@ run-name: Jackdaw build -on: [push] + +on: + push: + branches-ignore: + - main + - master + tags: + - '[0-9]+.[0-9]+.[0-9]+' + jobs: Explore-GitHub-Actions: runs-on: ubuntu-latest @@ -53,7 +61,7 @@ jobs: KAFKA_REST_PROXY_HOST: kafka-rest - name: lint run: lein clj-kondo --lint src test || true - - name: deploy_snapshot + - name: deploy env: CLOJARS_USERNAME: ${{ secrets.CLOJARS_USERNAME }} CLOJARS_PASSWORD: ${{ secrets.CLOJARS_PASSWORD }}