From 004945ecc137f08ba949fcd84426f21200962ce2 Mon Sep 17 00:00:00 2001 From: Elias Papavasileiou Date: Tue, 27 Jun 2023 15:24:19 +0300 Subject: [PATCH] ci: temporarily run on all branches to test CI on forked repo --- .github/workflows/main.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9780ed560..ca408416f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,11 +2,8 @@ name: Test & Release on: push: - # Run on pushes to specific branches branches: - - master - - beta - - alpha + - "*" # Do not run on tags tags-ignore: - "*"