From b794248ca343f5f7972f3a2eb8d8577126f05bd1 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Sun, 6 Jun 2021 17:49:30 +0100 Subject: [PATCH] Build: Enable `browsers-quick` job on non-main pushes It's not supported for PRs, but at least we can run it for non-main builds so as to allow checking it before forwarding to the main branch. --- .github/workflows/browsers-quick.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/browsers-quick.yaml b/.github/workflows/browsers-quick.yaml index bc296a451..9583243e1 100644 --- a/.github/workflows/browsers-quick.yaml +++ b/.github/workflows/browsers-quick.yaml @@ -1,8 +1,6 @@ name: browsers-quick on: - push: - branches: - - main + - push jobs: run: