Skip to content

Commit 6221ee5

Browse files
committed
fix: ci with release
1 parent 70dba6f commit 6221ee5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ on:
1313
branches: [master]
1414
pull_request:
1515
branches: [master]
16-
release:
1716

1817
jobs:
1918
build:
20-
runs-on: windows-latest
19+
runs-on: ubuntu-latest
2120
permissions:
2221
packages: write
2322
contents: read

0 commit comments

Comments
 (0)