fix(ci): name the workflows
This commit is contained in:
parent
a9f8a3dcb2
commit
b29c120ef8
2 changed files with 2 additions and 0 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
name: ci
|
||||
on:
|
||||
pull_request:
|
||||
branches: [main]
|
||||
|
|
|
|||
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
|
@ -1,3 +1,4 @@
|
|||
name: deploy
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["CI"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue