Stop running UI tests on pushes to develop, they already run on PRs

This commit is contained in:
Stefan Ceriu
2022-10-25 14:24:36 +03:00
parent 4104b98f84
commit 25b79cbaad
-3
View File
@@ -1,9 +1,6 @@
name: UI Tests CI
on:
push:
branches: [ develop ]
pull_request:
workflow_dispatch: