Skip to content

Commit

Permalink
Made CI names more readable, and added workflow_dispatch for test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza committed Sep 12, 2024
1 parent 43115e3 commit 4d1a686
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: Publish

on:
release:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: test
name: Lint and Test

on:
push:
branches: [main]
pull_request:
workflow_dispatch:

jobs:
pre-commit:
Expand Down

0 comments on commit 4d1a686

Please sign in to comment.