Skip to content

Commit

Permalink
to reset: trigger CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Oct 8, 2024
1 parent 2329976 commit 8cafc12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8cafc12

Please sign in to comment.