From 1fa154031103c6fff166fc1ac9539491fba365db Mon Sep 17 00:00:00 2001 From: saxix Date: Mon, 1 Jul 2024 19:26:07 +0200 Subject: [PATCH] fixes ci config --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0919f41..614d5d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,13 +3,7 @@ name: Test on: push: branches: - - '*' # matches every branch that doesn't contain a '/' - - '*/*' # matches every branch containing a single '/' - '**' # matches every branch - - '!master' # excludes master - - '!develop' - - '!staging' - - '!tags/**' concurrency: group: "${{ github.workflow }}-${{ github.ref }}"