Skip to content

Commit

Permalink
Add branch trigger to gh action (#1142)
Browse files Browse the repository at this point in the history
* Add branch trigger to gh action

* Use update-deps.sh script to run
  • Loading branch information
dsimansk authored Jan 31, 2025
1 parent 7a00742 commit b7b168b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependabot-deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Dependabot

on:
pull_request:
branches:
- "release-v1.*"

permissions:
contents: write
Expand All @@ -29,7 +31,7 @@ jobs:
- name: Generate files
working-directory: ./src/github.com/${{ github.repository }}
run: make generate-release
run: ./hack/update-deps.sh

- name: git push
working-directory: ./src/github.com/${{ github.repository }}
Expand Down

0 comments on commit b7b168b

Please sign in to comment.