Navigation Menu

Skip to content

No release events running in fork #25174

Answered by BrightRan
vadi2 asked this question in Actions
Discussion options

You must be logged in to vote

@vadi2 ,

Sure, release event is also supported on forked repositories.

I checked the workflows in your forked repository, I think the problem you are facing is same as that in this ticket.

As I mentioned in that ticket, you need to pay attention to the following points:

1) After you have created a new workflow, this workflow will not be listed on " Actions" tab until it is triggered for the first time.
2) The GITHUB_REF of the release event is a tag ref, and Github will only reference the workflow YAML files on this tag ref, and the tag ref is created from the specified branch (master in your cases).
3) You can’t use the event occurs on a branch/tag ref to trigger the workflows located on…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants