Quellcode durchsuchen

feat: remove unnecessary workflow in pr (#58)

tags/0.2.2
John Wang vor 2 Jahren
Ursprung
Commit
157cb2e048
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
2 geänderte Dateien mit 0 neuen und 4 gelöschten Zeilen
  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 Datei anzeigen

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

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

jobs:
build-and-push:

Laden…
Abbrechen
Speichern