summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-08-25 09:18:29 +0200
committerGitHub <noreply@github.com>2020-08-25 09:18:29 +0200
commitbd8f198bebca288b7fa5ce9003cd85ec28908550 (patch)
treed8ae4fdd76159ad0c3fa85a5ee1e4dc31bbd6b52 /.github
parentf05adb4f9915618acf65e2690ec9928c8ddde08e (diff)
workflows: run CI on master or pull request only
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 11d64d539..13292b3b5 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,7 +3,7 @@ name: Continuous Integration
on:
push:
branches:
- - '**'
+ - master
pull_request:
jobs: