Merge pull request #51 from mokoconsulting-tech/copilot/bump-version-and-update-workflow

Configure standards compliance workflow with multiple triggers including pull requests
This commit was merged in pull request #51.
This commit is contained in:
2026-01-11 11:08:40 -06:00
committed by GitHub

View File

@@ -29,19 +29,22 @@
name: Standards Compliance
on:
push:
branches:
- main
- dev/**
- rc/**
- version/**
workflow_dispatch:
pull_request:
branches:
- main
- dev/**
- rc/**
- version/**
workflow_dispatch:
schedule:
# Run monthly on the 1st at 00:00 UTC
- cron: '0 0 1 * *'
workflow_run:
workflows:
- "Create version branch and bump versions"
- "Release Pipeline (dev > rc > version > main)"
types:
- completed
permissions:
contents: read