diff --git a/.github/workflows/wallet_dev.yml b/.github/workflows/wallet_dev.yml index c9b0e62..7ee47b9 100644 --- a/.github/workflows/wallet_dev.yml +++ b/.github/workflows/wallet_dev.yml @@ -1,6 +1,8 @@ -name: Deploy to Wallet DEV - -on: [push] +name: Deploy to DEV +on: + push: + branches: + - main jobs: Deploy: name: Deploy to DEV