name the workflow

This commit is contained in:
cupcakearmy 2022-11-02 13:26:57 +01:00
parent 371a869800
commit 687f26bb40
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
2 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: ci
name: Publish
on:
workflow_dispatch:

View File

@ -1,4 +1,9 @@
name: Test
on:
push:
branches:
- main
pull_request:
jobs:
@ -19,7 +24,7 @@ jobs:
version: 7
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.61
toolchain: 1.64
- name: Prepare
run: |
pnpm install