1
0
Fork 0
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:
Richard Schneeman 2020-05-08 14:32:17 -05:00 committed by GitHub
parent 6234e4b057
commit d248097fa7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
name: Check Changelog
on: [pull_request]
on:
pull_request:
types: [opened, reopened, edited, synchronize]
jobs:
build: