Skip to content

Add CI/CD workflow configuration for main branch #1

Add CI/CD workflow configuration for main branch

Add CI/CD workflow configuration for main branch #1

Workflow file for this run

name: Main CI/CD

Check failure on line 1 in .github/workflows/whatevs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/whatevs.yaml

Invalid workflow file

(Line: 1, Col: 1): Required property is missing: jobs
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- '**'
paths:
- '*.json'
- '*.yaml'
# Trigger CI for repository-meta file so required sonarqube check still gets posted
merge_group:
types:
- checks_requested # this is the one that's isn't triggering Codacy analysis