mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 13:41:47 +02:00
chore: check for changelog only when CHANGELOG.md change (#1390)
This commit is contained in:
committed by
GitHub
parent
80f83fe4af
commit
45f3b2f3f3
9
.github/workflows/changelog-check.yaml
vendored
9
.github/workflows/changelog-check.yaml
vendored
@@ -1,12 +1,15 @@
|
|||||||
name: CHANGELOG Checks
|
name: CHANGELOG Checks
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- CHANGELOG.md
|
- CHANGELOG.md
|
||||||
|
branches-ignore:
|
||||||
|
- releases/**
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
|
paths:
|
||||||
|
- CHANGELOG.md
|
||||||
|
branches-ignore:
|
||||||
|
- releases/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
comment:
|
comment:
|
||||||
|
|||||||
Reference in New Issue
Block a user