Browse Source

feat: remove unnecessary workflow in pr (#58)

John Wang 1 năm trước cách đây
mục cha
commit
157cb2e048

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

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

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