Browse Source

ci: Run ui tests after PR merge for status badge

version-14
Suraj Shetty 4 years ago
committed by GitHub
parent
commit
ab9b6bf36e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      .github/workflows/ui-tests.yml

+ 2
- 0
.github/workflows/ui-tests.yml View File

@@ -3,6 +3,8 @@ name: UI
on:
pull_request:
workflow_dispatch:
push:
branches: [ develop ]

jobs:
test:


Loading…
Cancel
Save