We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 524f0b9 commit 5e35bb0Copy full SHA for 5e35bb0
.github/workflows/ci.yml
@@ -5,13 +5,15 @@ on:
5
branches-ignore:
6
- next
7
paths-ignore:
8
+ - examples
9
- Dockerfile.template
10
- LICENSE
11
- README.md
12
push:
13
14
15
16
17
18
19
generate-stackbrew-library.sh
@@ -25,7 +25,7 @@ command -v bashbrew >/dev/null || {
25
26
source '.architectures-lib'
27
28
-GLOBIGNORE=.*/:test/:11.3/
+GLOBIGNORE=examples/:.*/:test/:11.3/
29
versions=( */ )
30
versions=( "${versions[@]%/}" )
31
0 commit comments