summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDawid Dziurla <dawidd0811@gmail.com>2020-05-04 20:03:27 +0200
committerGitHub <noreply@github.com>2020-05-04 20:03:27 +0200
commitb85048f6164921bb099379f653484d1399f4652a (patch)
tree2831c52570d4fd9bb530f21e963d83f12750ec28 /.github
parent0852f53455d53be263ee418ff0d9ded2c83ba241 (diff)
workflows: update CI triggers
So it would run on pull requests from forks
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index dbb8854fe..bb7a7408d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -1,6 +1,10 @@
name: Continuous Integration
-on: push
+on:
+ push:
+ branches:
+ - '*'
+ pull_request: []
jobs:
ci: