Skip to content

Commit

Permalink
feat: change workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzos committed Aug 26, 2024
1 parent 474bf1e commit 7c22abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_beta_discord.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

name: Automated beta builds
name: Publish Beta on Discord

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_beta_github.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish on GitHub
name: Publish Beta on GitHub

on: [ pull_request, workflow_dispatch, push ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_release_github.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish on GitHub
name: Publish Release on GitHub

on: [ pull_request, workflow_dispatch, push ]

Expand Down

0 comments on commit 7c22abe

Please sign in to comment.