Skip to content

Commit a581469

Browse files
committed
ci: update build-and-test.yml
1 parent 3e3f289 commit a581469

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
name: Build and Test
22

3-
on: [ push, pull_request ]
3+
on:
4+
push:
5+
branches:
6+
- main
7+
paths:
8+
- '**.tsx?'
9+
pull_request:
10+
branches:
11+
- develop
12+
- main
413

514
jobs:
615
test:

0 commit comments

Comments
 (0)