diff --git a/.github/workflows/automated-tests.yml b/.github/workflows/automated-tests.yml index e0b1b63..3c241dc 100644 --- a/.github/workflows/automated-tests.yml +++ b/.github/workflows/automated-tests.yml @@ -2,12 +2,14 @@ name: Automated Tests on: push: - branches: ["main"] + branches: ["master"] pull_request: - branches: ["main"] + branches: ["master"] env: DB_HOST: localhost + DB_PASSWORD: ${{ secrets.DB_PASSWORD }} + SECRET_KEY: ${{ secrets.SECRET_KEY }} USERNAME: root jobs: