Skip to content

Commit

Permalink
Rename GitHub Actions workflow
Browse files Browse the repository at this point in the history
The workflow both runs tests and handles deployment, so "CI" seems less
descriptive but more fitting for what the workflow does
  • Loading branch information
kylewlacy committed Dec 31, 2023
1 parent 66fa861 commit 450e0f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: CI

on:
- push

Expand Down

0 comments on commit 450e0f6

Please sign in to comment.