Skip to content

Commit

Permalink
Fix workflows *Publish, add condition to run workflow for both comm…
Browse files Browse the repository at this point in the history
…its and tags
  • Loading branch information
dmvict committed Oct 14, 2022
1 parent 6cb2674 commit 9f38472
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 9f38472

Please sign in to comment.