mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-01-18 01:27:55 +01: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
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
paths:
|
||||
- CHANGELOG.md
|
||||
branches-ignore:
|
||||
- releases/**
|
||||
pull_request_target:
|
||||
paths:
|
||||
- CHANGELOG.md
|
||||
branches-ignore:
|
||||
- releases/**
|
||||
|
||||
jobs:
|
||||
comment:
|
||||
|
||||
Reference in New Issue
Block a user