From 8666542c90cd7c05a63247f14d7369cfa206b4ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Sat, 22 Jan 2022 18:53:01 +0100 Subject: [PATCH] Trigger GitHub Actions on every branch and pull request --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4846256..bce2ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,7 @@ name: CI on: push: - branches: - - master pull_request: - branches: - - master jobs: test-debian-like: