浏览代码
ci: Run ui tests after PR merge for status badge
version-14
Suraj Shetty
4 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
2 次插入 和
0 次删除
-
.github/workflows/ui-tests.yml
|
|
@@ -3,6 +3,8 @@ name: UI |
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
workflow_dispatch: |
|
|
|
push: |
|
|
|
branches: [ develop ] |
|
|
|
|
|
|
|
jobs: |
|
|
|
test: |
|
|
|