Skip to content

Commit

Permalink
Switch workflows from dev to main.
Browse files Browse the repository at this point in the history
  • Loading branch information
raineorshine committed Apr 12, 2024
1 parent d1221af commit 4ef6970
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docs
on:
push:
branches:
- dev
- main

jobs:
build-and-deploy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: BrowserStack
on:
push:
branches:
- dev
- main
pull_request_target:
types: [opened, synchronize, reopened]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Lint
on:
push:
branches:
- dev
- main
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/puppeteer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Puppeteer
on:
push:
branches:
- dev
- main
pull_request:
branches:
- '**'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Test
on:
push:
branches:
- dev
- main
pull_request:
branches:
- '**'
Expand Down

0 comments on commit 4ef6970

Please sign in to comment.