Skip to content

Commit 5c993dc

Browse files
committed
With just pr target
1 parent 3f9ee1e commit 5c993dc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/code_coverage.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ name: Code Coverage
88
# pull_request_target:
99
# types: [opened, synchronize, reopened]
1010
on:
11-
pull_request:
12-
push:
13-
branches:
14-
# Push events on develop branch
15-
- develop
11+
pull_request:_target:
12+
# push:
13+
# branches:
14+
# # Push events on develop branch
15+
# - develop
1616

1717
concurrency:
1818
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)