Skip to content

Commit

Permalink
fix to main and pull_main
Browse files Browse the repository at this point in the history
  • Loading branch information
amountainram committed Dec 12, 2022
1 parent bce9023 commit 4cd5de5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
on:
push:
branches:
- v2/main
- main
paths:
- 'packages/**'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
on:
pull_request:
branches:
- v2/main
- main

jobs:
prepare:
Expand Down

0 comments on commit 4cd5de5

Please sign in to comment.