浏览代码

Merge pull request #76 from Deuchnord/fix-ci-pr

ci: run the tests in the PRs
tags/v0.8.0
Jérôme Deuchnord 5 年前
committed by GitHub
父节点
当前提交
52cfaf4e61
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 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:


正在加载...
取消
保存