Skip to content

Commit 57b4665

Browse files
committed
fix: remove invalid build
1 parent cebdd7d commit 57b4665

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
name: PR verification and build
33
on:
44
push:
5-
branches: [ main, test ]
5+
branches: [main]
66
paths:
77
- "spectral/**"
88
pull_request:
9-
branches: [ main, test ]
9+
branches: [ main ]
1010
paths:
1111
- "spectral/**"
1212

0 commit comments

Comments
 (0)