From faa89f941c7ef20e4c094d85995dd89e5f5065e9 Mon Sep 17 00:00:00 2001 From: Roland Kakonyi Date: Fri, 22 Sep 2023 13:16:44 +0200 Subject: [PATCH] fix: enable CI for all branches --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6737d22b..bfed1ce1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,12 +2,10 @@ name: CI on: pull_request: - branches: [development] paths-ignore: - '*.md' push: - branches: [development] paths-ignore: - '*.md'