Skip to content

Commit 9b86d6f

Browse files
committed
main branch is still master
Signed-off-by: Sean Corfield <[email protected]>
1 parent 581739a commit 9b86d6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-and-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
name: Develop & Snapshot
1+
name: Master & Snapshot
22

33
on:
44
push:
55
branches:
6-
- "develop"
6+
- "master"
77

88
jobs:
99
build-and-snapshot:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Clojars Project](https://img.shields.io/clojars/v/org.clj-commons/durable-queue.svg)](https://clojars.org/org.clj-commons/durable-queue)
22
[![cljdoc badge](https://cljdoc.org/badge/org.clj-commons/durable-queue)](https://cljdoc.org/d/org.clj-commons/durable-queue)
3-
[![Clojure CI Release](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-release.yml) [![Clojure CI Develop](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-snapshot.yml/badge.svg)](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-snapshot.yml) [![Clojure CI Pull Request](https://github.com/clj-commons/durable-queue/actions/workflows/test.yml/badge.svg)](https://github.com/clj-commons/durable-queue/actions/workflows/test.yml)
3+
[![Clojure CI Release](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-release.yml) [![Clojure CI Master](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-snapshot.yml/badge.svg)](https://github.com/clj-commons/durable-queue/actions/workflows/test-and-snapshot.yml) [![Clojure CI Pull Request](https://github.com/clj-commons/durable-queue/actions/workflows/test.yml/badge.svg)](https://github.com/clj-commons/durable-queue/actions/workflows/test.yml)
44

55
![](docs/EasterIsland.jpg)
66

0 commit comments

Comments
 (0)