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

workflows/ci.yml fix push branch regex #1445

Merged
merged 1 commit into from
Jun 27, 2024
Merged

Commits on Jun 27, 2024

  1. workflows/ci.yml fix push branch regex

    The current pattern matches the following:
    "sdf", "sdf0", "sdf1", ..., "sdf8", "sdf9"
    of which "sdf" is incorrect, and only "sdf9"
    is currently supported. This updates the pattern
    to match single digits "sdf1" - "sdf9" and double
    digits "sdf10" to "sdf99".
    
    Signed-off-by: Steve Peters <[email protected]>
    scpeters authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f773559 View commit details
    Browse the repository at this point in the history