From 8275b1b746767e5313e1d2490bd5ffef219197a0 Mon Sep 17 00:00:00 2001 From: "VL.Y" <1560781+vladimiry@users.noreply.github.com> Date: Wed, 28 Aug 2024 08:12:52 +0300 Subject: [PATCH] to reset: trigger CI build --- .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: