Browse Source

feat: remove unnecessary workflow in pr (#58)

tags/0.2.2
John Wang 2 years ago
parent
commit
157cb2e048
No account linked to committer's email address
2 changed files with 0 additions and 4 deletions
  1. 0
    2
      .github/workflows/build-api-image.yml
  2. 0
    2
      .github/workflows/build-web-image.yml

+ 0
- 2
.github/workflows/build-api-image.yml View File

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

jobs:
build-and-push:

+ 0
- 2
.github/workflows/build-web-image.yml View File

@@ -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