From b733d2573298a84def0f706c055057f0ea5fefe8 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Mon, 9 May 2022 20:58:22 +0200 Subject: [PATCH] Partially revert "fix the github pipeline" This reverts parts of commit e78346ca9bf7dae6ebb494c0943b056d1b213fcc. Tbh no idea why I removed the triggers. --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b8d456d..60e3396 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,10 @@ name: CI on: + push: + branches: [ master ] pull_request: + branches: [ master ] workflow_dispatch: