Skip to content

Commit 9211a65

Browse files
authored
chore: no need for if anymore (#495)
1 parent b2da02c commit 9211a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ on:
1414
pull_request:
1515
branches:
1616
- main
17-
types: [closed]
17+
types:
18+
- closed
1819

1920
permissions:
2021
contents: write
@@ -25,7 +26,6 @@ jobs:
2526
publish-dry-run:
2627
name: "Runs cargo publish --dry-run"
2728
runs-on: ubuntu-latest
28-
if: ${{ always() && (github.event.pull_request.merged || github.event_name == 'workflow_dispatch') }}
2929
steps:
3030
- name: Checkout
3131
uses: actions/checkout@v6

0 commit comments

Comments
 (0)