Skip to content

Commit 04a289e

Browse files
authored
Merge pull request #186 from lucasimi/develop
Fixing workflows
2 parents 02d4589 + 0d1824e commit 04a289e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/publish-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
7-
workflow_dispatch
7+
workflow_dispatch:
88

99
jobs:
1010
publish-test:

Diff for: .github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types:
77
- completed
88
status: success
9-
workflow_dispatch
9+
workflow_dispatch:
1010

1111
jobs:
1212
publish:

0 commit comments

Comments
 (0)