Skip to content

Commit

Permalink
update workflow titles
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Apr 21, 2024
1 parent fc7443a commit ea0c03a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint cli
name: Lint rookie-rs

on:
push:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: CRATE
name: Publish Crate

on:
release:
types: [published]
push:
tags:
- "*"
workflow_dispatch:

permissions:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/publish-py.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
#
# maturin generate-ci github
#
name: PY_RELEASE
name: Publish pypi

on:
release:
types: [published]
push:
tags:
- "*"
workflow_dispatch:

permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# maturin generate-ci github
#
name: TEST
name: Test rookie-rs

on:
push:
Expand Down

0 comments on commit ea0c03a

Please sign in to comment.