From 29f29b227b941b8cd65cd2f9320263bc4b745638 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Sun, 7 Aug 2022 15:48:53 +0200 Subject: [PATCH] enable ci for other branches to make experimenting easier --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9644cf4..a63ab10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,6 @@ on: push: - branches: [main] + branches: pull_request: name: CI