diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9329827..96d1809 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,7 +2,10 @@ name: update-docs on: push: - branches: [ main ] + branches: + - main + paths: + - '**.swift' jobs: document: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index da48cdd..44f942e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ jobs: permissions: contents: write steps: + - uses: actions/checkout@v4 - name: create release uses: ncipollo/release-action@v1 with: