summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Dallo <ericdallo06@hotmail.com>2020-05-09 13:15:45 -0300
committerEric Dallo <ericdallo06@hotmail.com>2020-05-09 13:15:45 -0300
commitab55e306af9dd9eb62fe7463e4e05d948ad3dfc6 (patch)
treeff903916142ae3399cfd189b78b6fc7023b3ef24
parent1288be94b4c37f89e80a03b1cff1b81aba9560bb (diff)
Fix CI to run on PRs
-rw-r--r--.github/workflows/docs.yml2
-rw-r--r--.github/workflows/test.yml7
2 files changed, 7 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index d91a19d..7158f95 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -2,6 +2,8 @@ name: Docs
on:
push:
+ branches:
+ - master
jobs:
build:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9d4532a..779bccd 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -2,8 +2,11 @@ name: CI
on:
push:
- paths-ignore:
- - '**/*.md'
+ branches:
+ - master
+ pull_request:
+ branches:
+ - master
jobs:
build: