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 1a23528 + 4bad76b commit c085c0cCopy full SHA for c085c0c
.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