Skip to content

Commit

Permalink
Adding push trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 15, 2024
1 parent a11422f commit 65345ee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ name: Code Coverage
# events or push events in the develop branch.
on:
pull_request_target:
branches:
- develop
push:
branches:
- develop

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 65345ee

Please sign in to comment.