Skip to content

Commit

Permalink
Pull request target
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev committed Aug 15, 2024
1 parent 5c993dc commit a11422f
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ name: Code Coverage

# Controls when the action will run. Triggers the workflow on pull request
# events or push events in the develop branch.
#on:
# pull_request_target:
# types: [opened, synchronize, reopened]
on:
pull_request:_target:
# push:
# branches:
# # Push events on develop branch
# - develop
pull_request_target:
branches:
- develop

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

0 comments on commit a11422f

Please sign in to comment.