Skip to content

Commit

Permalink
create v2 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Sep 18, 2023
1 parent b7212b8 commit d0598b7
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 @@ -3,7 +3,7 @@ name: Upgrade Example Versions
on:
push:
branches:
- 'v1'
- 'v2'
paths:
- 'packages/mantine-react-table/package.json'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Clean PR
on:
pull_request:
branches:
- v1
- v2

jobs:
clean-pr:
Expand Down

0 comments on commit d0598b7

Please sign in to comment.