Skip to content

Commit 6828c8a

Browse files
committed
fix release workflow
1 parent 4fab2af commit 6828c8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/releases.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ on:
1010

1111
jobs:
1212
release-server:
13-
if: contains(github.event.commits[*].modified, 'VERSION')
1413
runs-on: ubuntu-latest
1514

1615
steps:
@@ -41,7 +40,6 @@ jobs:
4140
token: ${{ secrets.GITHUB_TOKEN }}
4241

4342
release-client:
44-
if: contains(github.event.commits[*].modified, 'client/pyproject.toml')
4543
runs-on: ubuntu-latest
4644

4745
steps:

0 commit comments

Comments
 (0)