Skip to content

Commit

Permalink
Merge pull request #87 from phbasler/79-dont-trigger-codecoverage-+-b…
Browse files Browse the repository at this point in the history
…enchmark-tests-on-dependabot-prs

79 dont trigger codecoverage + benchmark tests on dependabot prs
  • Loading branch information
phbasler authored Jul 6, 2022
2 parents 97f2310 + 999e230 commit 144663a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/benchmark_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ name: Benchmark on PR
on:
pull_request:
branches: [master, develop]
paths:
- '**.cpp'
- '**.c'
- '**.h'
- '**.hpp'

jobs:
PRbenchmark:
Expand Down
10 changes: 10 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@ name: codecov CI
on:
push:
branches: [ master]
paths:
- '**.cpp'
- '**.c'
- '**.h'
- '**.hpp'
pull_request:
branches: [ master, develop ]
paths:
- '**.cpp'
- '**.c'
- '**.h'
- '**.hpp'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 144663a

Please sign in to comment.