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 a0023b5d3f
commit 94ffd9a8b4
-3
View File
@@ -1,9 +1,6 @@
name: UI Tests CI
on:
push:
branches: [ develop ]
pull_request:
workflow_dispatch: