Skip to content

Commit e49f518

Browse files
committed
refactor(git): Changed workflows
1 parent 9d745cf commit e49f518

3 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/docs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
release:
3-
types: ['released']
42
workflow_dispatch:
53

64
name: create-docs

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
on:
2-
release:
3-
types: ['released']
42
workflow_dispatch:
53

64
name: npm-publish

.github/workflows/release-please.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
on:
2-
push:
3-
branches:
4-
- master
2+
workflow_dispatch:
53

64
name: release-please
75
jobs:

0 commit comments

Comments
 (0)