CI: Enable internal workflow for pushes on dev (#341)

This commit is contained in:
David Chavez
2024-06-02 17:45:01 +02:00
committed by GitHub
parent 7d3ae05436
commit db1def4280

View File

@@ -7,6 +7,6 @@ on:
types: [opened, synchronize]
jobs:
build:
if: github.repository == github.event.pull_request.head.repo.full_name
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
uses: ./.github/workflows/validate.yml
secrets: inherit