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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
|
|
|
||||||
1
.github/workflows/deploy.yaml
vendored
1
.github/workflows/deploy.yaml
vendored
|
|
@ -1,3 +1,4 @@
|
||||||
|
name: deploy
|
||||||
on:
|
on:
|
||||||
workflow_run:
|
workflow_run:
|
||||||
workflows: ["CI"]
|
workflows: ["CI"]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue