From ce213775b6be0a50d6b2f5ba4362c04b79a2b7cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sascha=20I=C3=9Fbr=C3=BCcker?= Date: Sun, 17 Mar 2024 09:59:04 +0100 Subject: [PATCH] Try fix workflow config --- .github/workflows/main.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7d0c2bb..9521808 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,6 +1,10 @@ name: linkding CI -on: [push, pull_request] +on: + pull_request: + push: + branches: + - master jobs: unit_tests: