.github/workflows/check_changelog.yml in barnes-0.0.8 vs .github/workflows/check_changelog.yml in barnes-0.0.9
- old
+ new
@@ -1,7 +1,9 @@
name: Check Changelog
-on: [pull_request]
+on:
+ pull_request:
+ types: [opened, reopened, edited, synchronize]
jobs:
build:
runs-on: ubuntu-latest
steps: