We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a94b48 commit 13871fbCopy full SHA for 13871fb
.github/workflows/main.yml
@@ -82,7 +82,7 @@ jobs:
82
name: Trigger downstream builds
83
needs: [build]
84
# Only for pushes to default branch
85
- if: ${{ github.event_name == 'push' && github.event.ref_name == github.event.repository.default_branch }}
+ if: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
86
uses: ./.github/workflows/trigger_dep_builds.yml
87
secrets:
88
token: ${{ secrets.REPO_DISPATCH }}
0 commit comments