Skip to content

Commit 437eb48

Browse files
committed
ci: run build on version branches
1 parent 72c41b6 commit 437eb48

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ name: CI
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ '[1-9].[0-9]+' ]
6+
67
pull_request:
7-
branches: [ master ]
8+
branches: [ '[1-9].[0-9]+' ]
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)