Skip to content

Commit

Permalink
Merge pull request #71 from dmvict/fix
Browse files Browse the repository at this point in the history
READY : Fix workflows `*Publish`
  • Loading branch information
Wandalen authored Oct 24, 2022
2 parents 6cb2674 + 9f38472 commit 79e20fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/JsActionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name : js_action_publish
on :
push :
branches : [ js_action ]
tags: 'v*'

jobs :

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/wRetryActionPublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ name : publish
on :
push :
branches : [ master ]
tags: 'v*'

jobs :

Expand Down

0 comments on commit 79e20fc

Please sign in to comment.