Browse Source

ci: run the tests in the PRs

tags/v0.8.0
Jérôme Deuchnord 4 years ago
parent
commit
95f7d4a55a
No known key found for this signature in database GPG Key ID: 6D1B91F131F89577
3 changed files with 3 additions and 3 deletions
  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 View File

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

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

jobs:
build:


+ 1
- 1
.github/workflows/e2e.yml View File

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

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

jobs:
build:


+ 1
- 1
.github/workflows/pythonapp.yml View File

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

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

jobs:
build:


Loading…
Cancel
Save