mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
ci: update ymls (#7372)
* chore: update ymls * chore: update patterns and some other smaller changes * ci: run on push
This commit is contained in:
@@ -7,11 +7,10 @@ on:
|
|||||||
type: choice
|
type: choice
|
||||||
description: Choose release type
|
description: Choose release type
|
||||||
options:
|
options:
|
||||||
- auto
|
|
||||||
- patch
|
- patch
|
||||||
- minor
|
- minor
|
||||||
- major
|
- major
|
||||||
default: auto
|
default: patch
|
||||||
beta:
|
beta:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: Prerelease
|
description: Prerelease
|
||||||
|
|||||||
@@ -3,9 +3,9 @@ name: Continuous integration
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "*"
|
- "!sponsors"
|
||||||
- "*/*"
|
push:
|
||||||
- "**"
|
branches:
|
||||||
- "!sponsors"
|
- "!sponsors"
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
branch: sponsors
|
branch: sponsors
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
commit-message: "chore(sponsor): update sponsor block"
|
commit-message: "chore(sponsor): update sponsor block"
|
||||||
title: "[Chore] Update sponsor block"
|
title: "chore(docs): update sponsor block"
|
||||||
body: |
|
body: |
|
||||||
**New sponsor block update:**
|
**New sponsor block update:**
|
||||||
${{ env.CONTENT }}
|
${{ env.CONTENT }}
|
||||||
|
|||||||
Reference in New Issue
Block a user