From 7f56be381aa349e2e98f056984bd5446c04971cc Mon Sep 17 00:00:00 2001 From: "Felipe N. Schuch" Date: Sat, 9 Nov 2024 19:39:29 -0300 Subject: [PATCH] code review --- .github/workflows/ci.yaml | 4 ++-- .github/workflows/docs.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 943ab7d..c183e29 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ on: - .github/workflows/ci.yaml - pyproject.toml - tests/** - - wizard_template/** + - src/wizard_template/** schedule: - cron: "0 0 * * 1" # midnight every Monday @@ -87,7 +87,7 @@ jobs: release: needs: build # upload to PyPI on every tag and ensure it does not run on forks - if: github.event_name == 'push' && github.ref_type == 'tag' && github.repository == 'fschuch/wizard_template' + if: github.event_name == 'push' && github.ref_type == 'tag' && github.repository == 'fschuch/wizard-template' runs-on: ubuntu-latest environment: name: pypi diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index a2f520b..4a19c5e 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -41,7 +41,7 @@ jobs: deploy: needs: build - if: github.event_name == 'push' && github.ref_type == 'tag' && github.repository == 'fschuch/wizard_template' + if: github.event_name == 'push' && github.ref_type == 'tag' && github.repository == 'fschuch/wizard-template' runs-on: ubuntu-latest permissions: contents: write