Skip to content

Commit 9db3916

Browse files
committed
ci: add event
1 parent 41e00dc commit 9db3916

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: UI Tests
22

33
on:
4-
workflow_dispatch:
4+
push:
5+
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
58

69
jobs:
710
ui-tests:

0 commit comments

Comments
 (0)