diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index 99554d1..f3574cb 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -8,6 +8,7 @@ on: pull_request: branches: - main + - feature-lib env: ACTION_LINK: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}' diff --git a/.github/workflows/website.yaml b/.github/workflows/website.yaml index 5bf6cb4..ff7ede5 100644 --- a/.github/workflows/website.yaml +++ b/.github/workflows/website.yaml @@ -8,6 +8,7 @@ on: pull_request: branches: - main + - feature-lib permissions: id-token: write # Required for requesting the JWT