Skip to content

Commit

Permalink
split CI configs to trunk and master
Browse files Browse the repository at this point in the history
  • Loading branch information
source-c committed Oct 28, 2021
1 parent cdc632e commit eb5d103
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/clojure-master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Clojure CI for master

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: lein deps
- name: Run tests
run: lein test
File renamed without changes.

0 comments on commit eb5d103

Please sign in to comment.