Merge pull request #6799 from alvasw/ci_only_generate_coverage_for_master

Only generate coverage reports for the master branch
This commit is contained in:
Alejandro García 2023-08-09 16:07:15 +00:00 committed by GitHub
commit cc183ca77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,9 @@
name: Codacy Coverage Reporter
on: ["push"]
on:
push:
branches:
- master
permissions:
contents: read