mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
👷 Adding CI build system. 格式化代码
This commit is contained in:
parent
69e9c9db76
commit
267172fb21
4
.github/workflows/maven.yml
vendored
4
.github/workflows/maven.yml
vendored
@ -5,9 +5,9 @@ name: PIG 构建action
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master,dev ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ master ]
|
branches: [ master,dev ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
Loading…
Reference in New Issue
Block a user