Skip to content

New GitHub Action not displayed on the Actions tab #25179

Discussion options

You must be logged in to vote

@guillaumecleme ,

I checked your repository and the releases you have created, and I found few questions:

1) The workflow YAML file " mvndeploy.yml" is only located on the develop branch.

2) All the releases you have created are from the  master  branch.

Here are few points need you pay attention to:

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 t…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@stephen-oconnor-cp
Comment options

@Staubgeborener
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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