浏览代码

ci: run the tests in the PRs

tags/v0.8.0
父节点
当前提交
95f7d4a55a
找不到此签名对应的密钥 GPG 密钥 ID: 6D1B91F131F89577
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. +1
    -1
      .github/workflows/commitlint.yml
  2. +1
    -1
      .github/workflows/e2e.yml
  3. +1
    -1
      .github/workflows/pythonapp.yml

+ 1
- 1
.github/workflows/commitlint.yml 查看文件

@@ -1,6 +1,6 @@
name: Commit lint

on: [push]
on: [push, pull_request]

jobs:
build:


+ 1
- 1
.github/workflows/e2e.yml 查看文件

@@ -1,6 +1,6 @@
name: E2E tests

on: [push]
on: [push, pull_request]

jobs:
build:


+ 1
- 1
.github/workflows/pythonapp.yml 查看文件

@@ -1,6 +1,6 @@
name: Python application

on: [push]
on: [push, pull_request]

jobs:
build:


正在加载...
取消
保存