Skip to content

Commit 03f8d2d

Browse files
committed
deactivate the release-only rule for build and deploy
1 parent d6bbf9f commit 03f8d2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
pytest GPy/testing
4949
5050
build:
51-
if: github.event_name == 'release'
51+
# if: github.event_name == 'release'
5252
strategy:
5353
matrix:
5454
os: [windows-latest, macos-latest]
@@ -86,7 +86,7 @@ jobs:
8686
path: dist
8787

8888
build-linux:
89-
if: github.event_name == 'release'
89+
# if: github.event_name == 'release'
9090
strategy:
9191
matrix:
9292
python: ['cp311-cp311', 'cp312-cp312', 'cp313-cp313', 'cp314-cp314']
@@ -132,7 +132,7 @@ jobs:
132132
deploy:
133133
runs-on: ubuntu-latest
134134
needs: [test, build-linux, build]
135-
if: github.event_name == 'release'
135+
# if: github.event_name == 'release'
136136
permissions:
137137
contents: read
138138
id-token: write

0 commit comments

Comments
 (0)