summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci-build.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 1b1b4844..2bbd2af5 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -1,10 +1,14 @@
-name: Continous build on every push
+name: Continous integration
on:
push:
branches-ignore:
- 'release*'
- gh-pages
+ pull_request:
+ branches-ignore:
+ - 'release*'
+ - gh-pages
jobs:
build_linux: