feat: remove unnecessary workflow in pr (#58)
This commit is contained in:
parent
a4713c01d5
commit
157cb2e048
2 changed files with 0 additions and 4 deletions
2
.github/workflows/build-api-image.yml
vendored
2
.github/workflows/build-api-image.yml
vendored
|
|
@ -5,8 +5,6 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
- 'deploy/dev'
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
2
.github/workflows/build-web-image.yml
vendored
2
.github/workflows/build-web-image.yml
vendored
|
|
@ -5,8 +5,6 @@ on:
|
|||
branches:
|
||||
- 'main'
|
||||
- 'deploy/dev'
|
||||
pull_request:
|
||||
types: [synchronize, opened, reopened, ready_for_review]
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue