Update test.yml

This commit is contained in:
Jonas Kruckenberg 2023-01-02 13:18:15 +01:00
parent 2a5fd9f848
commit c65d28c254

View File

@ -1,9 +1,9 @@
name: "publish" name: "Test"
on: on:
push: push:
tags: workflow_dispatch:
- test-release/*.*.* pull_request:
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
@ -23,7 +23,7 @@ jobs:
- name: setup node - name: setup node
uses: actions/setup-node@v3 uses: actions/setup-node@v3
with: with:
node-version: 16 node-version: 18
- name: install Rust stable - name: install Rust stable
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1