Skip to content

Commit

Permalink
chore: disable workflows for v1 branch, enable workflows for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikg committed Sep 14, 2023
1 parent be5bd3c commit b113b83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
push:
branches:
- main
- v1
- v3
pull_request:
branches:
- main
- v1
- v3
env:
# we call `pnpm playwright install` instead
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: '1'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- v1
- v3
permissions: {}

jobs:
Expand Down

0 comments on commit b113b83

Please sign in to comment.