Skip to content

Commit

Permalink
Renamed publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
EluciusFTW committed Dec 16, 2023
1 parent 922199f commit 6eab4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
name: CI Build

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package-publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: spectrecoff-publish
name: package-publish

on:
push:
Expand Down

0 comments on commit 6eab4b3

Please sign in to comment.