feat: remove unnecessary workflow in pr (#58)

pull/67/head
John Wang 3 years ago committed by GitHub
parent a4713c01d5
commit 157cb2e048
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save