Configure standards compliance workflow with multiple triggers including pull requests #51
6
.github/workflows/standards-compliance.yml
vendored
6
.github/workflows/standards-compliance.yml
vendored
@@ -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 * *'
|
||||||
|
|||||||
Reference in New Issue
Block a user