diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 53a7573..7417395 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,6 +2,12 @@ on: push: tags: - '*.*.*' + workflow_dispatch: + inputs: + tag: + description: 'Test scenario tags' + required: true + type: string permissions: contents: write @@ -14,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.72.1 + - uses: dtolnay/rust-toolchain@latest - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh