diff --git a/.github/workflows/stack-healthcheck.yml b/.github/workflows/stack-healthcheck.yml index f275987..cc7ea38 100644 --- a/.github/workflows/stack-healthcheck.yml +++ b/.github/workflows/stack-healthcheck.yml @@ -2,9 +2,8 @@ name: Stack Healthcheck on: push: - branches: [main] pull_request: - branches: [main] + workflow_dispatch: jobs: test: @@ -16,4 +15,4 @@ jobs: run: docker-compose up -d - name: Test PGAdmin - run: docker run --network container:webapp-frontend appropriate/curl -s --retry 10 --retry-connrefused http://localhost:3001/ \ No newline at end of file + run: docker run --network container:webapp-frontend appropriate/curl -s --retry 10 --retry-connrefused http://localhost:3001/