Skip to content

Commit 2a685be

Browse files
committed
run workflow
1 parent a7d6915 commit 2a685be

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Publish Rust Release
22

33
on:
44
pull_request:
5-
types: [closed]
5+
types: [opened, synchronize, labeled]
66
branches:
77
- main
88

99
jobs:
1010
publish-release:
11-
# Only run on merged release PRs
12-
if: github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'release')
11+
# Run on release PRs (not waiting for merge)
12+
if: contains(github.event.pull_request.labels.*.name, 'release')
1313
runs-on: ubuntu-latest
1414
permissions:
1515
contents: write

0 commit comments

Comments
 (0)