Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ohnow committed Apr 11, 2024
1 parent b2d82ce commit a763e01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: CI
on:
- push
push:
branches:
- main
jobs:
check:
name: Code Quality Check
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Coverage
on:
- push
push:
branches:
- main
jobs:
test:
name: Unit Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Continuous Publish
name: Publish
on:
push:
tags:
Expand Down

0 comments on commit a763e01

Please sign in to comment.