Skip to content

Commit 21d217a

Browse files
Remove v5 branch from github action pr trigger
1 parent 4a2323b commit 21d217a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '*'
88
branches: [ main ]
99
pull_request:
10-
branches: [ main, v5 ]
10+
branches: [ main ]
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)