Skip to content

Commit

Permalink
Ignore examples
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Oct 18, 2023
1 parent 524f0b9 commit 5e35bb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
branches-ignore:
- next
paths-ignore:
- examples
- Dockerfile.template
- LICENSE
- README.md
push:
branches-ignore:
- next
paths-ignore:
- examples
- Dockerfile.template
- LICENSE
- README.md
Expand Down
2 changes: 1 addition & 1 deletion generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ command -v bashbrew >/dev/null || {

source '.architectures-lib'

GLOBIGNORE=.*/:test/:11.3/
GLOBIGNORE=examples/:.*/:test/:11.3/
versions=( */ )
versions=( "${versions[@]%/}" )

Expand Down

0 comments on commit 5e35bb0

Please sign in to comment.