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 7dc4da7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .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 All @@ -19,4 +21,4 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Build
run: dotnet build
run: dotnet build src/CardGames.sln
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 7dc4da7

Please sign in to comment.