Skip to content

Commit

Permalink
Solve issue with install trigger.
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga committed Jan 29, 2025
1 parent e582d75 commit 36bb9c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
files: metacall-tarball-win-x64.zip
fail_on_unmatched_files: true

trigger:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: Trigger Install Test Workflow
uses: convictional/[email protected]
if: startsWith(github.ref, 'refs/tags/v')
with:
owner: metacall
repo: install
Expand Down

0 comments on commit 36bb9c8

Please sign in to comment.