Skip to content

Commit 402d31b

Browse files
Update deploy-module.yml
1 parent 34baccc commit 402d31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-module.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ jobs:
341341
- Test_Stage_test_windows_ps
342342
# - Test_Stage_test_macos
343343
- Test_Stage_Code_Coverage
344-
if: success() && (github.ref == 'refs/heads/main')
344+
if: ${{ success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
345345
steps:
346346
- name: Checkout Code
347347
uses: actions/checkout@v3

0 commit comments

Comments
 (0)