Make WordPress Core


Ignore:
Timestamp:
10/28/2025 04:09:28 PM (11 months ago)
Author:
johnbillion
Message:

Build/Test Tools: Unify the notation used for version ranges when filtering workflow triggers by branch and tag.

Props jorbin, desrosj, johnbillion

See #63170

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.github/workflows/performance.yml

    r61050 r61082  
    22
    33on:
     4  # Performance testing was introduced in WordPress 6.2.
    45  push:
    56    branches:
     
    89      - '[7-9].[0-9]'
    910    tags:
    10       - '[0-9]+.[0-9]'
    11       - '[0-9]+.[0-9].[0-9]+'
    12       - '![45].[0-9].[0-9]+'
    13       - '!6.[01].[0-9]+'
     11      - '6.[2-9]'
     12      - '6.[2-9].[0-9]+'
     13      - '[7-9].[0-9]'
     14      - '[7-9].[0-9].[0-9]+'
    1415  pull_request:
    1516    branches:
Note: See TracChangeset for help on using the changeset viewer.