diff --git a/.github/workflows/testing-build.yml b/.github/workflows/testing-build.yml index 8cd497a3..cbb8edaf 100644 --- a/.github/workflows/testing-build.yml +++ b/.github/workflows/testing-build.yml @@ -2,9 +2,10 @@ name: Testing build (on PR) on: pull_request: - branches: [ main ] - types: [ labeled, opened, synchronize, reopened ] + branches: [main] + types: [labeled, opened, synchronize, reopened] jobs: call-testing-build-workflow: uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main + secrets: inherit