We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f3299 commit 21f897eCopy full SHA for 21f897e
.github/workflows/build.yaml
@@ -2,11 +2,11 @@
2
name: PR verification and build
3
on:
4
push:
5
- branches: [ main ]
+ branches: [ main, test ]
6
paths:
7
- "spectral/**"
8
pull_request:
9
10
11
12
.github/workflows/release.yml
@@ -16,7 +16,8 @@ jobs:
16
node-version: 16.3.0
17
registry-url: "https://registry.npmjs.org"
18
- run: yarn install
19
- - run: yarn build-for-publish
+ - working-directory: ./spectral
20
+ run: yarn build
21
- name: Inject slug/short variables
22
uses: rlespinasse/github-slug-action@v4
23
- name: Validate Tag
0 commit comments