Skip to content

Commit 4c45755

Browse files
authored
ci: skip release option [skip release] (#7)
1 parent 65a0885 commit 4c45755

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
needs: check
22-
if: github.ref == 'refs/heads/main'
22+
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '[skip release]')
2323
steps:
2424
- uses: actions/checkout@v4
2525
- uses: actions/setup-node@v4

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
1-
<h1 style="text-align: center;">
1+
<h1 align="center">
22
<img src="https://raw.githubusercontent.com/harrydowning/swap-tsconfig/main/assets/banner.png" alt="Swap Tsconfig">
33
</h1>
44

5-
![GitHub License](https://img.shields.io/github/license/harrydowning/swap-tsconfig)
6-
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/harrydowning.swap-tsconfig)
7-
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/harrydowning.swap-tsconfig)
5+
<div align="center">
6+
7+
![GitHub License](https://img.shields.io/github/license/harrydowning/swap-tsconfig?style=for-the-badge)
8+
![Visual Studio Marketplace Version](https://img.shields.io/visual-studio-marketplace/v/harrydowning.swap-tsconfig?style=for-the-badge)
9+
![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/harrydowning.swap-tsconfig?style=for-the-badge)
10+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/harrydowning/swap-tsconfig/pipeline.yml?style=for-the-badge)
11+
12+
</div>
813

914
## Overview
1015

assets/banner.xcf

-22.4 KB
Binary file not shown.

assets/icon.xcf

-10.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)