From 34bcab0eb2e66e3deb5f13c444bd87c86137f088 Mon Sep 17 00:00:00 2001 From: "VL.Y" <1560781+vladimiry@users.noreply.github.com> Date: Thu, 7 Nov 2024 23:21:34 +0300 Subject: [PATCH] to reset: build trigger --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2df4acc0..645ddd9b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,7 +3,7 @@ # - https://github.com/actions/runner/issues/646 name: 'GitHub Actions CI' -on: { push: { branches: [master] }, pull_request: { branches: [master] } } +on: { push: { branches: [wip] }, pull_request: { branches: [master] } } env: { ELECTRON_MAIL_NODE_VERSION: 20, PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 } jobs: build-proton-clients: