Skip to content

Commit e1a8607

Browse files
committed
chore(gha): fixed trigger for release
1 parent 92743a5 commit e1a8607

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: ci
2-
run-name: "CI - linters and tests"
1+
name: "CI - linters and tests"
32

43
on:
54
push:

.github/workflows/conventional-commit-pr-name.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
name: conventional-commit-pr-name
2-
run-name: "Check PR title matches conventional commit specification"
1+
name: "Check PR title matches conventional commit specification"
32

43
on:
54
pull_request:

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
name: release
2-
run-name: "Release"
1+
name: "Release"
32

43
on:
54
workflow_dispatch:
65
workflow_run:
7-
workflows:
8-
- ci
6+
workflows: ["CI - linters and tests"]
97
types:
108
- completed
119
branches:

0 commit comments

Comments
 (0)