mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
[ci skip] Allow changelog check to run on edit (#2254)
This commit is contained in:
parent
6234e4b057
commit
d248097fa7
1 changed files with 3 additions and 1 deletions
4
.github/workflows/check_changelog.yml
vendored
4
.github/workflows/check_changelog.yml
vendored
|
@ -1,6 +1,8 @@
|
|||
name: Check Changelog
|
||||
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, reopened, edited, synchronize]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue