We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34baccc commit 402d31bCopy full SHA for 402d31b
1 file changed
.github/workflows/deploy-module.yml
@@ -341,7 +341,7 @@ jobs:
341
- Test_Stage_test_windows_ps
342
# - Test_Stage_test_macos
343
- Test_Stage_Code_Coverage
344
- if: success() && (github.ref == 'refs/heads/main')
+ if: ${{ success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')) }}
345
steps:
346
- name: Checkout Code
347
uses: actions/checkout@v3
0 commit comments