Skip to content

CI: Run builds when targeting stable branches#87

Merged
aperezdc merged 1 commit intomainfrom
aperezdc/ci-stable-branches
Jan 12, 2026
Merged

CI: Run builds when targeting stable branches#87
aperezdc merged 1 commit intomainfrom
aperezdc/ci-stable-branches

Conversation

@aperezdc
Copy link
Member

Allow running the build job when targeting stable branches. If it was possible to use a regular expression to match branch names, this would use

  ^wpewebkit-[0-9]+\.[0-9]+$

but as that is not possible, this matches instead branches with the wpewebkit-2. prefix followed by two more characters (matching only numbers is not possible).

@aperezdc aperezdc self-assigned this Dec 29, 2025
@aperezdc aperezdc added the enhancement New feature or request label Dec 29, 2025
Allow running the "build" job when targeting stable branches. If it was
possible to use a regular expression to match branch names, this would
use

  ^wpewebkit-[0-9]+\.[0-9]+$

but as that is not possible, this matches instead branches with the
"wpewebkit-2." prefix followed by two digits.
@aperezdc aperezdc force-pushed the aperezdc/ci-stable-branches branch from fe57534 to f16f3e6 Compare December 29, 2025 21:51
Copy link
Collaborator

@spenap spenap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aperezdc aperezdc merged commit d19b38d into main Jan 12, 2026
2 checks passed
@aperezdc aperezdc deleted the aperezdc/ci-stable-branches branch January 12, 2026 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants