Run code quality also in push though

This commit is contained in:
Archi
2023-11-10 19:25:24 +01:00
parent 2b2607cfcd
commit eb41dace9f

View File

@@ -8,7 +8,7 @@ env:
jobs:
main:
if: github.event.pull_request.head.repo.full_name == github.repository
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
permissions: