Update workflow names
This commit is contained in:
parent
005631e2d4
commit
bd0c74f753
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
name: CI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
1
.github/workflows/publish.yml
vendored
1
.github/workflows/publish.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
name: Publish
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
|
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -1,3 +1,4 @@
|
|||
name: Prepare new release
|
||||
on:
|
||||
create:
|
||||
branches:
|
||||
|
|
Loading…
Reference in New Issue
Block a user