From 9a445780ad16ce17c4965c8d11d1f54af0d186b5 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sat, 12 Sep 2020 20:53:25 +0200 Subject: [PATCH] Fix events on CI workflow Signed-off-by: CrazyMax --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a0b353..3452d5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,11 +2,11 @@ name: ci on: push: - branches: master - tags: - - 'v*.*.*' + branches: + - master pull_request: - branches: master + branches: + - master jobs: git-context: