Skip to content

Commit 13871fb

Browse files
committed
Fix branch ref in CI
1 parent 0a94b48 commit 13871fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
name: Trigger downstream builds
8383
needs: [build]
8484
# Only for pushes to default branch
85-
if: ${{ github.event_name == 'push' && github.event.ref_name == github.event.repository.default_branch }}
85+
if: ${{ github.event_name == 'push' && github.ref_name == github.event.repository.default_branch }}
8686
uses: ./.github/workflows/trigger_dep_builds.yml
8787
secrets:
8888
token: ${{ secrets.REPO_DISPATCH }}

0 commit comments

Comments
 (0)