Skip to content

Commit b0565ae

Browse files
authored
run on pull_requests
opened by members of the repo and on a push to develop, which also occurs when merging an internal or external PR
1 parent 9dee103 commit b0565ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/appinspect.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: appinspect
22
on:
33
pull_request:
44
types: [opened, reopened, synchronize]
5+
push:
6+
branches:
7+
- develop
58
jobs:
69
appinspect:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)