Skip to content

Commit 4c53bf6

Browse files
authored
Merge pull request spinframework#53 from karthik2804/ci/fix_optional_builds
fix optional builds as earlier one was failing
2 parents 5feb6c4 + 5a0e93b commit 4c53bf6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ name: Build
22
on:
33
push:
44
branches: [main]
5-
paths: [crates]
5+
paths-ignore:
6+
- "examples/**"
7+
- "templates/**"
8+
- "README.md"
9+
- "types/**"
10+
- LICENSE
611
workflow_dispatch:
712

813
env:

0 commit comments

Comments
 (0)