Skip to content

Commit

Permalink
Trigger pipeline on push
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuscruz committed Nov 28, 2024
1 parent e34e3cb commit fdf1bc8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Run Test Suite

on:
pull_request:
branches:
- main
branches:
- main
push:
branches:
- main
- add-ci-tests

jobs:
prebuild:
Expand Down Expand Up @@ -42,6 +46,7 @@ jobs:
run: docker push $CR_NAME/postgres_replica:${{ env.REPLICA_SHA }}

rspec:
needs: prebuild
runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit fdf1bc8

Please sign in to comment.