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

Allow multiple when filters #686

Closed
anbraten opened this issue Jan 12, 2022 · 0 comments · Fixed by #1087
Closed

Allow multiple when filters #686

anbraten opened this issue Jan 12, 2022 · 0 comments · Fixed by #1087
Labels
feature add new functionality pipeline-config related to pipeline config files (.yaml)

Comments

@anbraten
Copy link
Member

Make root.when and root.pipeline.[step].when an array, so a user could current options using the current settings to allow ORs

current:

when:
  branch: main
  event: push

new:

when:
  - branch: main
    event: push
  - event: pull_request
    path: "src/*"
@anbraten anbraten added the feature add new functionality label Jan 12, 2022
@anbraten anbraten changed the title Allow multiple filters when Allow multiple when filters Jan 12, 2022
@anbraten anbraten mentioned this issue Jan 12, 2022
7 tasks
@6543 6543 added the pipeline-config related to pipeline config files (.yaml) label Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature add new functionality pipeline-config related to pipeline config files (.yaml)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants