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.
2 parents 6f3788c + 4bad76b commit 4ae7df7Copy full SHA for 4ae7df7
.github/workflows/appinspect.yml
@@ -1,7 +1,10 @@
1
name: appinspect
2
on:
3
- pull_request_target:
+ pull_request:
4
types: [opened, reopened, synchronize]
5
+ push:
6
+ branches:
7
+ - develop
8
jobs:
9
appinspect:
10
runs-on: ubuntu-latest
0 commit comments