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