From 3ef031b2fe974e5b70db460321705a9d9e4ffb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 3 Nov 2020 18:25:12 +0100 Subject: [PATCH] Update the CI to work on push and PRs --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56d7d5ee1..fbb4533f6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ +name: Continuous integration + on: push: - branches: - - staging - - trying - -name: Continuous integration + branches: [ master ] + pull_request: + branches: [ master ] jobs: ci: