Add pull_request trigger to standards-compliance workflow

Co-authored-by: jmiller-moko <230051081+jmiller-moko@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-11 16:52:52 +00:00
parent dcb7a46bae
commit a7a0bc5165

View File

@@ -30,6 +30,12 @@ name: Standards Compliance
on: on:
workflow_dispatch: workflow_dispatch:
pull_request:
branches:
- main
- dev/**
- rc/**
- version/**
schedule: schedule:
# Run monthly on the 1st at 00:00 UTC # Run monthly on the 1st at 00:00 UTC
- cron: '0 0 1 * *' - cron: '0 0 1 * *'