diff --git a/.github/workflows/dependabot-dist.yml b/.github/workflows/dependabot-dist.yml index fedf422..eeb9b34 100644 --- a/.github/workflows/dependabot-dist.yml +++ b/.github/workflows/dependabot-dist.yml @@ -2,7 +2,7 @@ name: Dependabot post-update on: pull_request_target: types: [opened, synchronize, reopened] - branches: main + branches: develop concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} @@ -42,4 +42,4 @@ jobs: git config --local user.name "github-actions[bot]" git commit -m "Apply dist/index.js changes" git push - echo "💾 pushed dist/index.js changes" \ No newline at end of file + echo "💾 pushed dist/index.js changes"