Skip to content

Commit

Permalink
Add pull request trigger (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemgavrilov authored Sep 9, 2024
1 parent 089a33b commit 395a88e
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-12-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: postgresql-12-build
on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-13-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: postgresql-13-build
on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-14-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: postgresql-14-build
on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-15-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: postgresql-15-build
on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-16-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: postgresql-16-build
on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/postgresql-17-build.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: postgresql-17-build
on: [push]
on:
push:
pull_request:

jobs:
build:
Expand Down

0 comments on commit 395a88e

Please sign in to comment.