-
Notifications
You must be signed in to change notification settings - Fork 59
A way to set specific branches triggered on push (commit). #664
Copy link
Copy link
Open
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within daysgain/lowDoesn't bring much value to usersDoesn't bring much value to usersimpact/lowAffects only few of the usersAffects only few of the userskind/documentationImprovements to docsImprovements to docs
Description
Activity
Metadata
Metadata
Assignees
Labels
area/generalNot tied to a specific areaNot tied to a specific areacomplexity/single-taskRegular task; should be done within daysRegular task; should be done within daysgain/lowDoesn't bring much value to usersDoesn't bring much value to usersimpact/lowAffects only few of the usersAffects only few of the userskind/documentationImprovements to docsImprovements to docs
Type
Projects
- StatusShow more project fieldsbacklog
Description
I want to run Packit as a service on push for the specific branches. I want to trigger any branches except
masterbranch. Below is my current.packit.ymlconfiguration. Is there a way to do it? I check the https://dashboard.packit.dev/pipelines page. But it seems nothing triggers in the push for a branch with the following configuration. Does the currentbranch:syntax support the regular expression?Benefit
Users can test their commit by running on CI before sending the PR to the target repository.
Importance
GitHub Actions have the feature to set the triggered branches using the wildcard by
branchesandbranches-ignoresyntax.https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#using-filters
https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#example-excluding-branches
Workaround
Participation