mirror of
https://github.com/cupcakearmy/cryptgeon.git
synced 2024-12-22 00:06:28 +00:00
name the workflow
This commit is contained in:
parent
371a869800
commit
687f26bb40
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: ci
|
||||
name: Publish
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
7
.github/workflows/test.yaml
vendored
7
.github/workflows/test.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user