ci: rename ci.yml to => continuous-integration.yml

This commit is contained in:
sithlord48
2024-11-09 20:15:06 -05:00
committed by Nick Bolton
parent 4e1fee92fd
commit 215706fa1e
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ name: CI comment
on:
workflow_run:
workflows: ["CI"]
workflows: ["Continuous Integration"]
types:
- completed

View File

@ -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: