Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZEBAS204 committed Mar 22, 2023
1 parent ecb5c33 commit 92ad985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_pr_dependencies_updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Build and Test dependencies
on:
pull_request:
branches:
- 'master'
- 'dependabot/**'
- 'update_dependencies'
workflow_dispatch:

jobs:
Expand All @@ -16,6 +15,7 @@ jobs:
matrix:
node: [17, 18]

if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

1 comment on commit 92ad985

@vercel
Copy link

@vercel vercel bot commented on 92ad985 Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.