Skip to content

Commit

Permalink
Attempt to make CI work for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Oct 1, 2019
1 parent 4097323 commit 09c77d4
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
name: CI
on: [push]

on:
push:
branches:
- master
pull_request: {}

jobs:
check:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -40,7 +46,7 @@ jobs:

env:
RUSTFLAGS: "-D warnings"

steps:
- uses: hecrj/setup-rust-action@master
with:
Expand All @@ -60,7 +66,7 @@ jobs:

env:
RUSTFLAGS: "-D warnings"

steps:
- uses: hecrj/setup-rust-action@master
with:
Expand Down

0 comments on commit 09c77d4

Please sign in to comment.