Skip to content

Commit 1b30970

Browse files
authored
Update create-patches.yml
Change default branch
1 parent 0c0dd6d commit 1b30970

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-patches.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create Patches
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "cla" ]
66

77
jobs:
88
generate-patches:
@@ -39,5 +39,5 @@ jobs:
3939
- name: Upload patch files as artifact
4040
uses: actions/upload-artifact@v4
4141
with:
42-
name: split-patches
42+
name: patches
4343
path: patches/

0 commit comments

Comments
 (0)