10000 chore: selectively enable pr build · asisstan/postgres@9c2e5d2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c2e5d2

Browse files
committed
chore: selectively enable pr build
1 parent a07c9b2 commit 9c2e5d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ on:
44
push:
55
branches:
66
- develop
7+
pull_request:
78
workflow_dispatch:
89

910
jobs:
1011
build:
12+
if: ${{ github.event_name != 'pull_request' }}
1113
runs-on: ubuntu-latest
1214
steps:
1315
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
0