Skip to content

Commit

Permalink
Fix CI to run on PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed May 9, 2020
1 parent 1288be9 commit ab55e30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: Docs

on:
push:
branches:
- master

jobs:
build:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: CI

on:
push:
paths-ignore:
- '**/*.md'
branches:
- master
pull_request:
branches:
- master

jobs:
build:
Expand Down

0 comments on commit ab55e30

Please sign in to comment.