Clean up CI names
This commit is contained in:
parent
4104832be3
commit
1d0abe2286
3 changed files with 3 additions and 3 deletions
2
.github/workflows/test-and-release.yml
vendored
2
.github/workflows/test-and-release.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Clojure CI
|
||||
name: Release Version
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
2
.github/workflows/test-and-snapshot.yml
vendored
2
.github/workflows/test-and-snapshot.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Clojure CI
|
||||
name: Develop & Snapshot
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Clojure CI
|
||||
name: Pull Request
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue