Skip to content

Debug Sonarqube workflow conditional #8

Debug Sonarqube workflow conditional

Debug Sonarqube workflow conditional #8

Workflow file for this run

name: Debug
on:
push:
branches:
- master
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
isort:
runs-on: ubuntu-latest
steps:
- name: Show properties
run: echo ${{ github }}