Configure standards compliance workflow with multiple triggers including pull requests #51
12
.github/workflows/standards-compliance.yml
vendored
12
.github/workflows/standards-compliance.yml
vendored
@@ -29,18 +29,6 @@
|
|||||||
name: Standards Compliance
|
name: Standards Compliance
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- dev/**
|
|
||||||
- rc/**
|
|
||||||
- version/**
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
- dev/**
|
|
||||||
- rc/**
|
|
||||||
- version/**
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
Reference in New Issue
Block a user