Skip to content

Commit 944b5f0

Browse files
committed
fix workflows for v3 branch
1 parent 3cfe693 commit 944b5f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Upgrade Example Versions
33
on:
44
push:
55
branches:
6-
- 'v2'
6+
- 'v3'
77
paths:
88
- 'packages/material-react-table/package.json'
99

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Clean PR
33
on:
44
pull_request:
55
branches:
6-
- v2
6+
- v3
77

88
jobs:
99
clean-pr:

0 commit comments

Comments
 (0)