Skip to content

Commit

Permalink
Updated workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hudde committed Sep 4, 2023
1 parent fa20314 commit 4fa848e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]

steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 4fa848e

Please sign in to comment.