Skip to content

Commit

Permalink
Run github workflow on PR requests
Browse files Browse the repository at this point in the history
  • Loading branch information
winkingturtle-vmw committed Jan 11, 2024
1 parent fbcab4e commit f7b0a1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/go-with-mysql-postgres-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Go
on:
push:
branches: [ develop ]
pull_request:
branches:
- develop
- main

jobs:
test:
Expand Down

0 comments on commit f7b0a1d

Please sign in to comment.