summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: