ref: 1ba80c82d886402072512db431d1e1862b6f9325
parent: c7fd5582b747de6fba8c8953bb276748bc1a0e6f
author: Turo Lamminen <turol@iki.fi>
date: Wed Jun 8 13:38:00 EDT 2022
Run linter action on PR synchronize The push action doesn't seem to trigger it
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -4,7 +4,7 @@
on:
pull_request:
- types: [opened, reopened] # let PR-synchronize events be handled by push events
+ types: [opened, reopened, synchronize]
push:
jobs: