Skip to content

Commit 6d533e5

Browse files
committed
Fixed trigger
1 parent 93ae36b commit 6d533e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@ name: Build and test
33
on:
44
push:
55
branches:
6-
- dkalinin/integration-tests
6+
- main
7+
pull_request:
8+
branches:
9+
- main
710

811
jobs:
912
build-ui:

0 commit comments

Comments
 (0)