Skip to content

Commit 1e69ed2

Browse files
committed
chore: revert workflow
1 parent 60c9111 commit 1e69ed2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: CI
33
on:
44
push:
55
branches:
6-
- v10
6+
- master
77
pull_request:
88
branches:
9-
- v10
9+
- master
1010
permissions:
1111
contents: read
1212
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Commit changelog
5151
uses: stefanzweifel/git-auto-commit-action@v5
5252
with:
53-
branch: v10
53+
branch: master
5454
file_pattern: '*.md'
5555
commit_message: 'chore: sync changelog'
5656

0 commit comments

Comments
 (0)