We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca90c3 commit 0bc5a6fCopy full SHA for 0bc5a6f
.github/workflows/ci.yml
@@ -5,11 +5,11 @@ on:
5
push:
6
branches:
7
- main
8
- - v1
+ - v2
9
pull_request:
10
11
12
13
env:
14
# we call `pnpm playwright install` instead
15
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
.github/workflows/release.yml
@@ -4,7 +4,7 @@ on:
4
permissions: {}
jobs:
0 commit comments