feature/git-action4 #17

Closed
ejchoi wants to merge 5 commits from feature/git-action4 into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e299c2fad6 - Show all commits

View File

@@ -2,7 +2,7 @@ name: Main-Build
on: on:
push: push:
branches: ["master"] branches: ["master"]
jobs: jobs:
build-and-push: build-and-push:

View File

@@ -3,7 +3,7 @@ name: PR-CI
on: on:
pull_request: pull_request:
types: [opened, synchronize] types: [opened, synchronize]
branches: ["master"] branches: ["master"]
jobs: jobs:
build-test: build-test: