We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90741e2 commit f0631e2Copy full SHA for f0631e2
1 file changed
.github/workflows/testing-build.yml
@@ -2,9 +2,10 @@ name: Testing build (on PR)
2
3
on:
4
pull_request:
5
- branches: [ main ]
6
- types: [ labeled, opened, synchronize, reopened ]
+ branches: [main]
+ types: [labeled, opened, synchronize, reopened]
7
8
jobs:
9
call-testing-build-workflow:
10
uses: FossifyOrg/.github/.github/workflows/testing-build.yml@main
11
+ secrets: inherit
0 commit comments