1
0
Fork 0

Trigger CI on pull request, not on push. (#1233)

This commit is contained in:
Irina Truong 2021-01-08 12:26:59 -08:00 committed by GitHub
parent 1bcaab1b8d
commit 2a5e3df0d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
name: pgcli
on:
push:
branches-ignore: [ master ]
paths-ignore: [ '**.rst' ]
pull_request:
paths-ignore:
- '**.rst'
jobs:
build: