Skip to content

Commit 403f4b0

Browse files
committed
chore: ok make all workflows run on prs
1 parent 8121994 commit 403f4b0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- '*'
77
paths:
88
- "web/**"
9+
pull_request:
10+
types: [opened, reopened, synchronize]
911

1012
jobs:
1113
build-site-test:

.github/workflows/eslint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- "api/**"
99
- "bot/**"
1010
- "web/**"
11+
pull_request:
12+
types: [opened, reopened, synchronize]
1113

1214
jobs:
1315
lint:

0 commit comments

Comments
 (0)