diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 7ee8393..4eb07bb 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,21 +1,10 @@ -name: Build +name: Test Deploy on: pull_request: branches: - main - types: [opened, edited, reopened] + types: [opened, edited, reopened, synchronize] jobs: - build: - runs-on: ubuntu-latest - steps: - - name: checkout - uses: actions/checkout@v3 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Build Next.js app - run: docker build -t mytest . deploy-to-test: runs-on: ubuntu-latest steps: