Configure standards compliance workflow with multiple triggers including pull requests #51

Merged
Copilot merged 4 commits from copilot/bump-version-and-update-workflow into main 2026-01-11 17:08:41 +00:00
Showing only changes of commit a7a0bc5165 - Show all commits

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 * *'