Skip to content

Commit

Permalink
chore: fix ci workflow config (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocavue authored Jul 26, 2021
1 parent 627d1d6 commit 3fffcee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: update-deps
on:
push:
branches:
- "renovate/*"
- "renovate/dependencies*"

jobs:
update:
runs-on: ubuntu-latest
steps:
- id: step_find_pr
name: Find pull request
uses: jwalton/gh-find-current-pr
uses: jwalton/gh-find-current-pr@v1

- name: Checkout code repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 3fffcee

Please sign in to comment.