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 1be0107 commit 52f5512Copy full SHA for 52f5512
.github/workflows/ci.yml
@@ -1,5 +1,10 @@
1
name: CI
2
-on: pull_request
+on:
3
+ pull_request:
4
+ types: [opened, synchronize]
5
+ branches:
6
+ - main
7
+ - preview
8
9
concurrency:
10
group: ${{ github.workflow }}-${{ github.ref }}
@@ -19,7 +24,7 @@ jobs:
19
24
- name: Set up Node.js
20
25
uses: actions/setup-node@v4
21
26
with:
22
- node-version: '22'
27
+ node-version: "22"
23
28
29
- name: Check for broken links
30
run: |
0 commit comments