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 5f6e4a2 commit 0c1bf5eCopy full SHA for 0c1bf5e
.github/workflows/ci_cd.yml
@@ -194,7 +194,8 @@ jobs:
194
runs-on: [self-hosted, Windows, pyrocky]
195
if: |
196
contains(github.event.pull_request.labels.*.name, 'docs') ||
197
- github.ref == 'refs/heads/main'
+ github.ref == 'refs/heads/main' ||
198
+ (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
199
env:
200
ANSYSLMD_LICENSE_FILE: 1055@${{ secrets.LICENSE_SERVER }}
201
0 commit comments