Skip to content

Commit b2ffdc9

Browse files
authored
Update workflows to ignore paths on pull request (#3312)
1 parent a0889a8 commit b2ffdc9

24 files changed

+77
-0
lines changed

.github/workflows/clippy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: clippy
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/cross.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: cross
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/debugger_visualizer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: debugger_visualizer
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/doc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: docs
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/fmt.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: fmt
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/gen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: gen
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/lib.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: lib
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: linux
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/msrv-windows-bindgen.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: windows-bindgen
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

.github/workflows/msrv-windows-core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: windows-core
22

33
on:
44
pull_request:
5+
paths-ignore:
6+
- '.github/ISSUE_TEMPLATE/**'
7+
- 'web/**'
58
push:
69
paths-ignore:
710
- '.github/ISSUE_TEMPLATE/**'

0 commit comments

Comments
 (0)