From e15b326ddcb1d8a89b0faa3ecc39c9cfc2f7f9d4 Mon Sep 17 00:00:00 2001 From: cryptooda Date: Sat, 13 Jul 2024 03:17:40 +0700 Subject: [PATCH] Change branch --- .github/workflows/caprover.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/caprover.yml b/.github/workflows/caprover.yml index 5f31fc0..00b0b22 100644 --- a/.github/workflows/caprover.yml +++ b/.github/workflows/caprover.yml @@ -1,17 +1,15 @@ name: Build & Deploy on: push: - branches: [ "main" ] + branches: [ "dev" ] pull_request: - branches: [ "main" ] + branches: [ "dev" ] jobs: build-and-deploy: runs-on: ubuntu-latest steps: - name: Check out repository uses: actions/checkout@v4 - with: - token: ${{ secrets.GH_ACCESS_TOKEN }} - name: Build and test your app (customize as needed) run: | # Add your build and test commands here