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

Trigger on pull_request workflows on all branches #174

Merged
merged 4 commits into from
Oct 1, 2024

Commits on Sep 6, 2024

  1. Trigger on pull_request workflows on all branches

    There are TIER 0..2 on pull request workflows that should check the PR
    with CI. These workflows were targeted only to `main` branch that lead
    to not being executed on release-* branches. Updated to trigger on all
    branches.
    
    Fixes: konveyor#173
    
    Signed-off-by: Marek Aufart <maufart@redhat.com>
    aufi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fa35bae View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Add separate workflows for release branches

    Signed-off-by: Marek Aufart <maufart@redhat.com>
    aufi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    f1bb64a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f9bdea View commit details
    Browse the repository at this point in the history
  3. Merge release branches workflows

    Signed-off-by: Marek Aufart <maufart@redhat.com>
    aufi committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    30c5219 View commit details
    Browse the repository at this point in the history