Skip to content

Commit bb49623

Browse files
committed
Merge branch 'ci/style_check'
2 parents eacbf40 + 5260f87 commit bb49623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Pre-commit check
22

33
on:
4-
workflow_dispatch:
54
pull_request:
65
types: [opened, reopened, synchronize, labeled]
76
workflow_run:
87
workflows: ["ESP32 Arduino CI"]
98
types: [completed]
9+
branches-ignore: [master, release/*, idf-release/*, gh-pages]
1010

1111
concurrency:
1212
group: pre-commit-${{github.event.pull_request.number || github.ref}}

0 commit comments

Comments
 (0)