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 6b281a7 commit 88f0c3cCopy full SHA for 88f0c3c
1 file changed
.github/workflows/update-and-build.yml
@@ -66,7 +66,8 @@ jobs:
66
if: env.SIGNIFICANT_CHANGES
67
- name: Push commit
68
uses: ad-m/github-push-action@881a6320fdb16eb5318c5054f31c218aec2b324c # v1.3.0
69
- if: env.SIGNIFICANT_CHANGES && (github.event.workflow_run.head_branch == github.event.repository.default_branch)
+ if: env.SIGNIFICANT_CHANGES && (github.event_name == 'schedule' || github.ref_name
70
+ == github.event.repository.default_branch)
71
with:
72
branch: ${{ matrix.version }}
73
github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments