diff --git a/.github/workflows/notify-ghpages-url.yml b/.github/workflows/notify-ghpages-url.yml index 6538c66f..eeb4c8f2 100644 --- a/.github/workflows/notify-ghpages-url.yml +++ b/.github/workflows/notify-ghpages-url.yml @@ -4,15 +4,14 @@ on: pull_request: types: - opened - branches-ignore: - - dependabot/** - - gh-pages jobs: notify-ghpages-url: runs-on: - ubuntu-latest + if: ${{ !startsWith(github.head_ref, "dependabot/") }} + steps: - name: Generate directory name id: dir_name