Skip to content

Action on newly created branch #26987

Discussion options

You must be logged in to vote

@outrunthewolf ,

You can try to add the Create event in your workflow:

on:
push:
branches:
- qa
  create:

The  Create event will trigger the workflow to run on the created branch.  P** ath filters are not evaluated for Create event**.

About why the  p** ath filters** will prevent the workflow from being triggered when create a new branch, I have reported this question to the appropriate engineering team for further investigation and evaluation. If they have any progress, I will notify you in time, and sometimes the appropriate engineers may directly reply you here.

Replies: 5 comments

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
Answer selected
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
3 participants