From 7131fc5d2f8bea9f6a1f3c3823b9236fcfd4687b Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Tue, 21 Apr 2020 21:49:52 +0200 Subject: [CI] Fix on/(push,pull_request) spec --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5821b748..7196d3d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,12 +2,12 @@ name: CI on: push: - branches: - - '**' - pull_request: branches: - master - hybrid + pull_request: + branches: + - '**' jobs: build: -- cgit v1.2.3