We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2eab32 commit bc9c28cCopy full SHA for bc9c28c
.github/workflows/sonar_android.yaml
@@ -9,6 +9,12 @@ on:
9
types: [opened, synchronize, reopened]
10
paths:
11
- "xpeapp_android/**"
12
+ workflow_dispatch:
13
+ inputs:
14
+ reason:
15
+ description: 'Reason for running the workflow'
16
+ required: true
17
+ default: 'Manually triggered'
18
19
name: Sonar Android
20
jobs:
.github/workflows/sonar_ios.yaml
- "xpeapp_ios/**"
name: Sonar IOS
0 commit comments