Browse Source

Fixed staging action runs only in PR

Alex Tran 2 years ago
parent
commit
642811869c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      .github/workflows/build_push_docker_staging.yml

+ 0 - 2
.github/workflows/build_push_docker_staging.yml

@@ -2,8 +2,6 @@ name: Build and Push Docker Image - Staging
 
 
 on:
 on:
   workflow_dispatch:
   workflow_dispatch:
-  push:
-    branches: [main]
   pull_request:
   pull_request:
     branches: [main]
     branches: [main]