Skip to content

Commit 9080fd9

Browse files
committed
xxx: update workflow configuration
1 parent c94b78c commit 9080fd9

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Rust
22

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

59
env:
610
CARGO_TERM_COLOR: 'always'

.github/workflows/nginx.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: NGINX
22

33
on:
44
push:
5-
branches:
6-
- master
75
pull_request:
86

97
env:
@@ -30,13 +28,10 @@ jobs:
3028
matrix:
3129
nginx-ref:
3230
- master
33-
- stable-1.28
31+
# - stable-1.28
3432
module:
3533
- static
3634
- dynamic
37-
include:
38-
- nginx-ref: stable-1.24
39-
module: dynamic
4035

4136
steps:
4237
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)