Skip to content

Commit 86422e6

Browse files
committed
fix!: temporary CI branch
1 parent e13f434 commit 86422e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- main
66
tags:
7-
- '**'
7+
- "**"
88
release:
99
types:
1010
- published
@@ -13,6 +13,6 @@ on:
1313
jobs:
1414
lint_and_test:
1515
name: lint and test
16-
uses: developerproductivity/logilica-cli/.github/workflows/python_lint_and_test.yaml@main
16+
uses: developerproductivity/logilica-cli/.github/workflows/python_lint_and_test.yaml@dashboard-link-fixes
1717
with:
1818
python_versions: ${{ vars.DEVELOPERPRODUCTIVITY_PYTHON_VERSIONS }}

0 commit comments

Comments
 (0)