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: