Skip to content

Commit ecccef0

Browse files
fix: CICD file
1 parent f1c8947 commit ecccef0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
python-version: ${{ env.MAIN_PYTHON_VERSION }}
4040
token: ${{ secrets.PYANSYS_CI_BOT_TOKEN }}
4141
python-package-name: ${{ env.PACKAGE_NAME }}
42-
dev-mode: ${{ github.ref != "refs/heads/main" }}
42+
dev-mode: ${{ github.ref != 'refs/heads/main' }}
4343

4444
style:
4545
name: Code style

0 commit comments

Comments
 (0)