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/coding-standards.yml

    r61050 r61082  
    1010      - '[4-9].[0-9]'
    1111    tags:
    12       - '[0-9]+.[0-9]'
    13       - '[0-9]+.[0-9].[0-9]+'
    14       - '!3.7.[0-9]+'
     12      - '3.[89]'
     13      - '3.[89].[0-9]+'
     14      - '[4-9].[0-9]'
     15      - '[4-9].[0-9].[0-9]+'
    1516  pull_request:
    1617    branches:
Note: See TracChangeset for help on using the changeset viewer.