diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e5b19bebd..0833a0837 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,8 +1,8 @@ name: Code Coverage on: - #push: - #branches: [ master ] + push: + branches: [ master ] schedule: - cron: "0 11 * * *"