mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-06-03 00:36:42 +00:00
add workflow_dispatch
This commit is contained in:
3
.github/workflows/npm-publish.yml
vendored
3
.github/workflows/npm-publish.yml
vendored
@@ -15,6 +15,7 @@ on:
|
||||
- packages/xahau-address-codec/package.json
|
||||
- packages/xahau-binary-codec/package.json
|
||||
- packages/xahau-keypairs/package.json
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: npm-publish-${{ github.ref }}
|
||||
@@ -23,7 +24,7 @@ concurrency:
|
||||
jobs:
|
||||
dry-run:
|
||||
name: Dry-run ${{ matrix.package.name }}
|
||||
if: github.event_name == 'pull_request'
|
||||
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user