Skip to content

Commit

Permalink
feat: run CI on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnorris authored Jul 2, 2021
1 parent b5bc83f commit d6ab42a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@ name: ci

on:
push:
branches:
- '**'

paths-ignore:
- '**.md'

pull_request:

jobs:

build:
Expand Down

0 comments on commit d6ab42a

Please sign in to comment.