Skip to content

Commit e30b3bb

Browse files
committed
project: Fix dependents.
1 parent 5e3b6b7 commit e30b3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependents.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
VisualPinball-Unity-AssetLibrary-Hdrp:
1111
runs-on: ubuntu-latest
12-
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'workflow_run' }}
12+
if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' }}
1313
steps:
1414
- uses: actions/checkout@v2
1515
with:

0 commit comments

Comments
 (0)