Skip to content

Commit

Permalink
Fix chain.
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Jun 23, 2023
1 parent ac01ede commit 21ab3de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge_conan_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/eBay/homereplication/actions/workflows/merge_conan_build.yml/dispatches \
-d '{"ref":"main","inputs":{}}'
if: ${{ github.ref == 'main' }}
if: ${{ github.ref == 'refs/heads/main' }}

0 comments on commit 21ab3de

Please sign in to comment.