Skip to content

Commit

Permalink
to reset: trigger the build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimiry committed Jul 13, 2023
1 parent 7ea9d00 commit 43d432f
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: 16, PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: 1 }
jobs:
build-proton-clients:
Expand Down

0 comments on commit 43d432f

Please sign in to comment.