Skip to content

Commit

Permalink
chore: update names of release workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Jul 18, 2023
1 parent 4b00b63 commit c3c605b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-9x.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish and release
name: Publish and release (9.x.x)

on:
repository_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish and release v3 branch
name: Publish and release (latest)

on:
workflow_dispatch:
Expand Down

0 comments on commit c3c605b

Please sign in to comment.