This commit is contained in:
@@ -2,13 +2,13 @@ name: PR-CI
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, synchronize] # PR 생성 + 커밋 push 때만 실행
|
||||
branches: ["master"]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
# Dockerfile로 만든 Maven+Docker client 이미지 사용
|
||||
container:
|
||||
image: ci-maven-node:1.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user