mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-31 03:07:30 +02:00
fix(ci): Run pre-commit checker only on PRs
Regression from a089e0d680
Merged as https://github.com/espressif/esp-protocols/pull/242
This commit is contained in:
3
.github/workflows/pre_commit_check.yml
vendored
3
.github/workflows/pre_commit_check.yml
vendored
@ -1,9 +1,6 @@
|
|||||||
name: Check pre-commit rules
|
name: Check pre-commit rules
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, reopened, synchronize]
|
types: [opened, reopened, synchronize]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user