Skip to content

Commit

Permalink
CI: Disable PR build
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Mar 25, 2024
1 parent b74dc64 commit 0699398
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build
on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:
jobs:
linux:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ coverage:
project:
default:
threshold: 0.5%
comment:
behavior: default

0 comments on commit 0699398

Please sign in to comment.