Skip to content

Commit 53e2f00

Browse files
committed
Remove conditional check for workflow dispatch in release job
1 parent b930ad3 commit 53e2f00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ on:
1212
- master
1313
tags:
1414
- '*'
15-
pull_request:
1615
workflow_dispatch:
1716

1817
permissions:
@@ -121,7 +120,6 @@ jobs:
121120
release:
122121
name: Release
123122
runs-on: ubuntu-latest
124-
if: ${{ startsWith(github.ref, 'refs/tags/') || github.event_name == 'workflow_dispatch' }}
125123
needs: [musllinux, windows, macos, sdist]
126124
permissions:
127125
# Use to sign the release artifacts

0 commit comments

Comments
 (0)