.github/workflows/check_changelog.yml in heroku_hatchet-7.1.3 vs .github/workflows/check_changelog.yml in heroku_hatchet-7.2.0
- old
+ new
@@ -1,8 +1,9 @@
name: Check Changelog
-on: [pull_request]
-
+on:
+ pull_request:
+ types: [opened, reopened, edited, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1