Skip to content

Commit 32c1229

Browse files
committed
REMOVED: commentaries, also commented out path restrition for testing
1 parent 8749721 commit 32c1229

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Extract Pokémon with PKHeX.Core
22

33
on:
44
push:
5-
paths:
6-
- '**.sav'
5+
#paths:
6+
# - '**.sav'
77
branches:
8-
- master # ← updated from main to master
8+
- master
99

1010
jobs:
1111
build-and-run:
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup .NET
1919
uses: actions/setup-dotnet@v3
2020
with:
21-
dotnet-version: '9.0.x' # ← target .NET 9.0
21+
dotnet-version: '9.0.x'
2222

2323
- name: Restore and Build Extractor
2424
run: |

0 commit comments

Comments
 (0)