Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbropho committed Feb 27, 2024
1 parent bb83023 commit 5df25a4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 5df25a4

Please sign in to comment.