Skip to content

Commit c10e6be

Browse files
committed
Run UI tests only when manually dispatched
1 parent 41b1ded commit c10e6be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: Test
22

33
on:
4-
pull_request: { }
5-
push:
6-
branches: [ main, develop ]
7-
paths-ignore:
8-
- '.github/**'
4+
workflow_dispatch:
95

106
# Enrich gradle.properties for CI/CD
117
env:

0 commit comments

Comments
 (0)