name: Workflow C on: push: paths: - marker_b jobs: job_c: runs-on: ubuntu-latest steps: - name: Step 1 in Workflow C run: echo "Running Workflow C"