From f7b0a1d598e2e697ba94c1465db64174484abd5d Mon Sep 17 00:00:00 2001 From: Amin Jamali Date: Thu, 11 Jan 2024 15:36:09 +0000 Subject: [PATCH] Run github workflow on PR requests --- .github/workflows/go-with-mysql-postgres-db.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/go-with-mysql-postgres-db.yml b/.github/workflows/go-with-mysql-postgres-db.yml index 2d4fbd0d..41ac46c6 100644 --- a/.github/workflows/go-with-mysql-postgres-db.yml +++ b/.github/workflows/go-with-mysql-postgres-db.yml @@ -3,6 +3,10 @@ name: Go on: push: branches: [ develop ] + pull_request: + branches: + - develop + - main jobs: test: