Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix workflow trigger for Homebrew formula update on tag push #260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

andoriyaprashant
Copy link

Fixes #259

This PR updates the release-pipeline workflow to trigger on the push event with a tags filter instead of the create event. The create event does not support filtering by tags, which caused the workflow to fail. By switching to the push event with tags, the workflow will now correctly trigger whenever a new Git tag is pushed, ensuring the automation of raising a PR to update the litmusctl version in the Homebrew-core repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update workflow to fix invalid create event with tags filter
1 participant