More restrictive branch match (#5445)
This commit is contained in:
parent
02a4fd41c2
commit
46418d5911
|
@ -4,7 +4,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- v*
|
- v[0-9]+.[0-9]+.[0-9]+
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue