Skip to content

Commit 42eb546

Browse files
committed
ci: Ignore docs build
1 parent 131c692 commit 42eb546

23 files changed

+50
-4
lines changed

.github/workflows/analyze.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/compat.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/compile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/deprecated/color.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'eask'
9-
- '**.yml'
108
- lisp/**
119
- cmds/**
1210
- src/**
1311
- test/**
12+
- 'eask'
13+
- '**.yml'
14+
paths-ignore:
15+
- '**/docs.yml'
1416
pull_request:
1517
branches:
1618
- master

.github/workflows/deprecated/error.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ on:
55
branches:
66
- master
77
paths:
8-
- 'eask'
9-
- '**.yml'
108
- lisp/**
119
- cmds/**
1210
- src/**
1311
- test/**
12+
- 'eask'
13+
- '**.yml'
14+
paths-ignore:
15+
- '**/docs.yml'
1416
pull_request:
1517
branches:
1618
- master

.github/workflows/docker.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/emacs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/exec.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ on:
1212
- '**.yml'
1313
- '**.json'
1414
- 'eask'
15+
paths-ignore:
16+
- '**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

0 commit comments

Comments
 (0)