Skip to content

Commit

Permalink
ci: update dependencies-action triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Mar 25, 2024
1 parent 44875ae commit 2b124df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dependencies-action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
on:
pull_request_target:
types: [opened, edited, closed, reopened]
pull_request:
merge_group:

jobs:
check_dependencies:
if: github.event_name != 'merge_group'
runs-on: ubuntu-latest
name: Check Dependencies
steps:
Expand Down

0 comments on commit 2b124df

Please sign in to comment.