Skip to content

Commit 1894712

Browse files
committed
ci: Remove unnecessary run on docs
1 parent 7c6205b commit 1894712

23 files changed

+24
-2
lines changed

.github/workflows/analyze.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
branches:
1717
- master
1818
paths-ignore:
19+
- '**/docs.yml'
1920
- '**.md'
2021
workflow_dispatch:
2122

.github/workflows/compat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

.github/workflows/compile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

.github/workflows/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

.github/workflows/deprecated/color.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

.github/workflows/deprecated/error.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
- master
77
- docs
88
paths:
9-
- '**.yml'
9+
- '**/docs.yml'
1010
- docs/**
1111
pull_request:
1212
branches:
1313
- master
1414
paths:
15-
- '**.yml'
15+
- '**/docs.yml'
1616
- docs/**
1717
workflow_dispatch:
1818

.github/workflows/emacs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
branches:
1616
- master
1717
paths-ignore:
18+
- '**/docs.yml'
1819
- '**.md'
1920
workflow_dispatch:
2021

0 commit comments

Comments
 (0)