Skip to content

Commit

Permalink
Restricted branch builds for coverage to master
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianSchmid committed Dec 5, 2022
1 parent 55b5692 commit 05ac511
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: codecoverage

on: [ push, pull_request ]
on:
pull_request:
push:
branches:
- master

jobs:
codecoverage_test:
Expand Down

0 comments on commit 05ac511

Please sign in to comment.