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
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

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