mirror of
https://github.com/JonasKruckenberg/tauri-build.git
synced 2025-08-14 12:55:07 +00:00
Update test.yml
This commit is contained in:
parent
2a5fd9f848
commit
c65d28c254
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: "publish"
|
||||
name: "Test"
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- test-release/*.*.*
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
@ -23,7 +23,7 @@ jobs:
|
||||
- name: setup node
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 16
|
||||
node-version: 18
|
||||
|
||||
- name: install Rust stable
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user