From d188790b65bce945f4c7a6bac5913e0c626bf194 Mon Sep 17 00:00:00 2001 From: Mattias Wadman Date: Sat, 29 Jun 2024 18:49:41 +0200 Subject: [PATCH] github: Run CI for PR and master push --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56bae12..0069782 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: ci on: push: branches: - - '**' - tags: - - '**' + - master pull_request: + # enable manual trigger + workflow_dispatch: jobs: docker: