Skip to content

Commit 9d81a84

Browse files
authored
Merge pull request #4 from Doczilla-APP/improvements
ci: Change release flow to be manual
2 parents fa756ce + 7f2b1f6 commit 9d81a84

2 files changed

Lines changed: 2 additions & 42 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
name: Release
22

33
on:
4-
push:
5-
branches:
6-
- main
7-
paths-ignore:
8-
- 'package.json'
9-
- 'CHANGELOG.md'
4+
workflow_dispatch:
105

116
permissions:
127
contents: write
@@ -50,6 +45,7 @@ jobs:
5045
with:
5146
github-token: ${{ secrets.github_token }}
5247
skip-on-empty: false
48+
skip-commit: true
5349

5450
- name: GIT/NPM config
5551
run: |

CHANGELOG.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)