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 ee8754daa7 - Show all commits

View File

@@ -29,18 +29,6 @@
name: Standards Compliance
on:
push:
branches:
- main
- dev/**
- rc/**
- version/**
pull_request:
branches:
- main
- dev/**
- rc/**
- version/**
workflow_dispatch:
permissions: