From dedea00100fdcdbca5c0a45cdf3e1381c519ec87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20Erik=20St=C3=B8wer?= Date: Thu, 23 May 2024 14:13:40 +0200 Subject: [PATCH] Switch to master for running workflow --- .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 bfbae760..e93df56f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,10 @@ name: CI Build on: push: branches: - - github-workflow-publish -# pull_request: -# branches: -# - master + - master + pull_request: + branches: + - master jobs: tests: