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 c5d98f06e1 - Show all commits

View File

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

View File

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