summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2021-01-08 12:26:59 -0800
committerGitHub <noreply@github.com>2021-01-08 12:26:59 -0800
commit2a5e3df0d707405b7dd6769d1f6ab58845176614 (patch)
treed389ce4a5212149eeec6dbdfed793b5132a81c44
parent1bcaab1b8d3c01dceca7fec4b9792ce6ab787b9c (diff)
Trigger CI on pull request, not on push. (#1233)
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index cf8d1859..258e074e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,9 +1,9 @@
name: pgcli
on:
- push:
- branches-ignore: [ master ]
- paths-ignore: [ '**.rst' ]
+ pull_request:
+ paths-ignore:
+ - '**.rst'
jobs:
build: