aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/abicheck.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/abicheck.yml')
-rw-r--r--.github/workflows/abicheck.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/abicheck.yml b/.github/workflows/abicheck.yml
index 23859d0..c75d912 100644
--- a/.github/workflows/abicheck.yml
+++ b/.github/workflows/abicheck.yml
@@ -5,10 +5,11 @@ on:
push:
branches:
- master
+ - '[0-9]+.[0-9]+' # This will match branches like 3.17, 3.18, 4.0, etc.
pull_request:
branches:
- master
-
+ - '[0-9]+.[0-9]+'
permissions:
contents: read