Skip to content

Commit 9ff3a78

Browse files
authored
ci: update ymls (#7372)
* chore: update ymls * chore: update patterns and some other smaller changes * ci: run on push
1 parent 265b712 commit 9ff3a78

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release-branch.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ on:
77
type: choice
88
description: Choose release type
99
options:
10-
- auto
1110
- patch
1211
- minor
1312
- major
14-
default: auto
13+
default: patch
1514
beta:
1615
type: boolean
1716
description: Prerelease

.github/workflows/run-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ name: Continuous integration
33
on:
44
pull_request:
55
branches:
6-
- "*"
7-
- "*/*"
8-
- "**"
6+
- "!sponsors"
7+
push:
8+
branches:
99
- "!sponsors"
1010

1111
permissions:

.github/workflows/update-sponsor-block.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
branch: sponsors
5252
delete-branch: true
5353
commit-message: "chore(sponsor): update sponsor block"
54-
title: "[Chore] Update sponsor block"
54+
title: "chore(docs): update sponsor block"
5555
body: |
5656
**New sponsor block update:**
5757
${{ env.CONTENT }}

0 commit comments

Comments
 (0)