Fixed staging action runs only in PR

This commit is contained in:
Alex Tran
2022-10-06 11:38:56 -05:00
parent 3be4697487
commit 642811869c

View File

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