Skip to content

Commit b5c0a6e

Browse files
committed
Fix CI
1 parent 5516bcf commit b5c0a6e

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: CI
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "docs/**"
6+
- "samples/**"
7+
- "**.md"
48
push:
59
branches:
610
- trunk

.github/workflows/lts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: LTS
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "docs/**"
6+
- "samples/**"
7+
- "**.md"
48
push:
59
branches:
610
- trunk

.github/workflows/previous-lts.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Previous LTS
22
on:
33
pull_request:
4+
paths-ignore:
5+
- "docs/**"
6+
- "samples/**"
7+
- "**.md"
48
push:
59
branches:
610
- trunk

.github/workflows/tests.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
name: tests workflow
22

33
on:
4-
pull_request:
5-
paths-ignore:
6-
- "docs/**"
7-
- "samples/**"
8-
- "**.md"
9-
104
workflow_call:
115
inputs:
126
runtime:

0 commit comments

Comments
 (0)