Skip to content

Commit

Permalink
updated workflow file action cover
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnandan1 committed Mar 6, 2024
1 parent 6ed4368 commit d35b1cc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml → .github/workflows/quality.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Quality
on: [push, pull_request]
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
test:
name: Test with Coverage
Expand Down

0 comments on commit d35b1cc

Please sign in to comment.