Skip to content

Debug Sonarqube workflow conditional #11

Debug Sonarqube workflow conditional

Debug Sonarqube workflow conditional #11

Workflow file for this run

name: Debug
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJSON(github) }}
run: echo "$GITHUB_CONTEXT"