We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2563586 commit 36e0249Copy full SHA for 36e0249
.github/workflows/build-pr-development.yml
@@ -4,9 +4,7 @@ on:
4
pull_request:
5
branches:
6
- development
7
- - "2.2"
8
- - "2.7"
9
- - "2.13"
+ - "[0-9]+.[0-9]+"
10
11
jobs:
12
# This is a hack to work around a GitHub API limitation:
0 commit comments