Skip to content

Commit

Permalink
ci: fix dependabot PR builds not starting
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK committed Dec 20, 2022
1 parent 55d3c48 commit c9280f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dispatcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'dependabot/**'
paths-ignore:
- '.gitignore'
- '.mergify.yml'
- 'CHANGELOG.md'
- 'LICENSE'
- 'README.md'
Expand All @@ -18,7 +19,7 @@ jobs:
if: >-
github.event_name != 'pull_request'
|| github.event.pull_request.head.repo.full_name != github.repository
|| startsWith(github.head_ref, 'refs/heads/dependabot/')
|| startsWith(github.head_ref, 'dependabot/')
steps:
- run: 'true'
ci-cd:
Expand Down

0 comments on commit c9280f8

Please sign in to comment.