Skip to content

Add workflow_dispatch to enable manual/API triggers #1

Add workflow_dispatch to enable manual/API triggers

Add workflow_dispatch to enable manual/API triggers #1

Workflow file for this run

name: Sonar Scan

Check failure on line 1 in .github/workflows/sonar.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/sonar.yml

Invalid workflow file

(Line: 2, Col: 1): Unexpected value 'true'
true:
push:
branches:
- main
pull_request: null
jobs:
sonar:
uses: ArmorCode-Public-Test/.github/.github/workflows/sonar-template.yml@main
with:
projectKey: ${{ github.repository }}
'on':
workflow_dispatch: {}