Skip to content

Commit

Permalink
fix workflows for v3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Aug 31, 2024
1 parent 3cfe693 commit 944b5f0
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:
- 'v2'
- 'v3'
paths:
- 'packages/material-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:
- v2
- v3

jobs:
clean-pr:
Expand Down

0 comments on commit 944b5f0

Please sign in to comment.