feat: remove unnecessary workflow in pr

pull/58/head
John Wang 3 years ago
parent a4713c01d5
commit 5bdf67c629

@ -5,8 +5,6 @@ on:
branches: branches:
- 'main' - 'main'
- 'deploy/dev' - 'deploy/dev'
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
jobs: jobs:
build-and-push: build-and-push:

@ -5,8 +5,6 @@ on:
branches: branches:
- 'main' - 'main'
- 'deploy/dev' - 'deploy/dev'
pull_request:
types: [synchronize, opened, reopened, ready_for_review]
jobs: jobs:
build-and-push: build-and-push:

Loading…
Cancel
Save