Skip to content

Commit b0eef08

Browse files
authored
Update CI build versions; always run on push/PR
1 parent 86489a3 commit b0eef08

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
name: Build CI
22

3-
on:
4-
push:
5-
branches: [ master ]
6-
pull_request:
7-
branches: [ master ]
3+
on: [push, pull_request]
84

95
jobs:
106
build:
@@ -14,9 +10,9 @@ jobs:
1410
matrix:
1511
include:
1612
# Mainline
17-
- nginx: 1.21.5
13+
- nginx: 1.23.2
1814
dynamic_module: true
19-
- nginx: 1.21.5
15+
- nginx: 1.22.1
2016
dynamic_module: false
2117
# Stable
2218
- nginx: 1.20.2

0 commit comments

Comments
 (0)