ci: rename ci.yml to => continuous-integration.yml
This commit is contained in:
2
.github/workflows/ci-comment.yml
vendored
2
.github/workflows/ci-comment.yml
vendored
@ -11,7 +11,7 @@ name: CI comment
|
||||
|
||||
on:
|
||||
workflow_run:
|
||||
workflows: ["CI"]
|
||||
workflows: ["Continuous Integration"]
|
||||
types:
|
||||
- completed
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Runs on all platforms (Windows, macOS, and Linux)
|
||||
# for all events (pull request, release, and schedule).
|
||||
|
||||
name: CI
|
||||
name: Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
Reference in New Issue
Block a user