fix(ci): name the workflows

This commit is contained in:
Barrett Ruth 2026-01-22 09:30:57 -05:00
parent a9f8a3dcb2
commit b29c120ef8
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
name: ci
on:
pull_request:
branches: [main]

View file

@ -1,3 +1,4 @@
name: deploy
on:
workflow_run:
workflows: ["CI"]