We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f622c commit 584f12bCopy full SHA for 584f12b
.github/workflows/push.yml
@@ -36,6 +36,7 @@ concurrency:
36
37
jobs:
38
multiplatform_build:
39
+ if: github.event.pull_request.user.login != 'dependabot[bot]' || github.event_name == 'pull_request'
40
strategy:
41
fail-fast: false
42
matrix:
0 commit comments