Skip to content

Commit 76ae749

Browse files
committed
chore(cicd): Change docs CI/CD trigger
1 parent 2d09ea8 commit 76ae749

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs_pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
poetry run sphinx-build -b html . _build
2727
cp -r _build/* ../gh-pages/
2828
- name: Deploy documentation
29-
if: ${{ github.event.ref_type == 'tag' }}
29+
if: ${{ github.ref_type == 'tag' }}
3030
uses: JamesIves/github-pages-deploy-action@4.1.4
3131
with:
3232
branch: gh-pages

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "airflow-dbt-python"
3-
version = "0.13.0-alpha.1"
3+
version = "0.13.0-alpha.2"
44
description = "A dbt operator and hook for Airflow"
55
authors = ["Tomás Farías Santana <tomas@tomasfarias.dev>"]
66
license = "MIT"

0 commit comments

Comments
 (0)