Skip to content

Commit 08c7d77

Browse files
authored
Merge pull request #23 from tushushu/wip-fix-actions
specify release type
2 parents a30e8e9 + 8fd8063 commit 08c7d77

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# Triggers the workflow on pull request and release events
66
pull_request:
77
release:
8+
types: [published]
89

910

1011
# Allows you to run this workflow manually from the Actions tab

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: "publish"
33
# Controls when the workflow will run
44
on:
55
release:
6+
types: [published]
67

78
# Allows you to run this workflow manually from the Actions tab
89
workflow_dispatch:

.github/workflows/sphinx.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "doc"
22
on:
3-
- release
3+
release:
4+
types: [published]
45

56
jobs:
67
docs:

0 commit comments

Comments
 (0)