Skip to content

Commit

Permalink
Update GitHub Action Names
Browse files Browse the repository at this point in the history
  • Loading branch information
RagedUnicorn committed Nov 8, 2021
1 parent e3038f6 commit b5d47f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: "Lint Project"
on: [push]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_curseforge.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: "Release CurseForge"
on: [workflow_dispatch]

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_github.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: "Release GitHub"
on: [workflow_dispatch]

jobs:
Expand Down

0 comments on commit b5d47f4

Please sign in to comment.