Skip to content

Commit ad705a9

Browse files
committed
[CI] Do not automatically trigger build when workflow file changes.
1 parent 1b4fd32 commit ad705a9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
branches:
88
- master
99
- 'release/**'
10+
paths-ignore:
11+
- '.github/workflows/**'
1012
pull_request:
1113
types: [opened, synchronize]
1214
branches:

.github/workflows/slow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
branches:
1212
- master
1313
- 'release/**'
14+
paths-ignore:
15+
- '.github/workflows/**'
1416
pull_request:
1517
types: [opened, synchronize]
1618
branches:

0 commit comments

Comments
 (0)