Skip to content

Commit 7c2a64d

Browse files
chore: ci action updated while syncronized (#123)
1 parent 1be0107 commit 7c2a64d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: CI
2-
on: pull_request
2+
on:
3+
pull_request:
4+
types: [opened, synchronize]
5+
branches:
6+
- main
7+
- preview
38

49
concurrency:
510
group: ${{ github.workflow }}-${{ github.ref }}
@@ -19,7 +24,7 @@ jobs:
1924
- name: Set up Node.js
2025
uses: actions/setup-node@v4
2126
with:
22-
node-version: '22'
27+
node-version: "22"
2328

2429
- name: Check for broken links
2530
run: |

0 commit comments

Comments
 (0)