Skip to content

Commit 5e35bb0

Browse files
committed
Ignore examples
1 parent 524f0b9 commit 5e35bb0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
branches-ignore:
66
- next
77
paths-ignore:
8+
- examples
89
- Dockerfile.template
910
- LICENSE
1011
- README.md
1112
push:
1213
branches-ignore:
1314
- next
1415
paths-ignore:
16+
- examples
1517
- Dockerfile.template
1618
- LICENSE
1719
- README.md

generate-stackbrew-library.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ command -v bashbrew >/dev/null || {
2525

2626
source '.architectures-lib'
2727

28-
GLOBIGNORE=.*/:test/:11.3/
28+
GLOBIGNORE=examples/:.*/:test/:11.3/
2929
versions=( */ )
3030
versions=( "${versions[@]%/}" )
3131

0 commit comments

Comments
 (0)