Skip to content

Commit 919c1bf

Browse files
committed
ci: Limit ci runs
1 parent 14cc1cf commit 919c1bf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
branches:
66
- master
77
paths:
8-
- '**.yml'
98
- lisp/**
109
- cmds/**
1110
- src/**
1211
- scripts/**
1312
- test/**
1413
- '**.asd'
14+
- '**.yml'
15+
# ignore
16+
- '!**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/global.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
branches:
66
- master
77
paths:
8-
- '**.yml'
98
- lisp/**
109
- cmds/**
1110
- src/**
1211
- scripts/**
1312
- test/**
1413
- '**.asd'
14+
- '**.yml'
15+
# ignore
16+
- '!**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

.github/workflows/local.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
branches:
66
- master
77
paths:
8-
- '**.yml'
98
- lisp/**
109
- cmds/**
1110
- src/**
1211
- scripts/**
1312
- test/**
1413
- '**.asd'
14+
- '**.yml'
15+
# ignore
16+
- '!**/docs.yml'
1517
pull_request:
1618
branches:
1719
- master

0 commit comments

Comments
 (0)