Skip to content

Commit d664295

Browse files
committed
tmp: publish dry run
1 parent 259d846 commit d664295

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-crates.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ permissions:
88
# to release crates after a bugfix
99

1010
on:
11+
push:
12+
branches:
13+
- di/publish-crates
1114
workflow_dispatch:
1215
inputs:
1316
run-build:
@@ -45,3 +48,4 @@ jobs:
4548
run_build: ${{ inputs.run-build }}
4649
run_tests: ${{ inputs.run-tests }}
4750
gh_token: ${{ secrets.GITHUB_TOKEN }}
51+
dry_run: true

0 commit comments

Comments
 (0)