Have Codecov ignore generated files and run the UI tests on pushes to develop

This commit is contained in:
Stefan Ceriu
2022-09-08 09:43:22 +03:00
parent 925c3c3da7
commit 50678b5e40
2 changed files with 6 additions and 2 deletions
+3 -2
View File
@@ -1,10 +1,11 @@
name: UI Tests CI
on:
# Triggers the workflow on any pull request
push:
branches: [ develop ]
pull_request:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
env: