Skip to content

Commit

Permalink
remove bad trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga committed Feb 26, 2024
1 parent 3ed16c5 commit 526fecb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
on:
# push:
# branches: [main, 'release-v**']
pull_request_target:
pull_request:
name: Code coverage
concurrency:
group: 'tests-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand All @@ -17,7 +17,7 @@ jobs:
# options: --security-opt seccomp=unconfined
steps:
- uses: actions/checkout@master

- name: Prep build
uses: ./.github/actions/prep-ubuntu
with:
Expand Down

0 comments on commit 526fecb

Please sign in to comment.