Skip to content

Commit

Permalink
Ensures github actions run on pullrequests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimmy Byrd authored and TheAngryByrd committed Jan 23, 2020
1 parent 3cec233 commit e87bd51
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build master

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [3.1.100]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
Expand Down
4 changes: 2 additions & 2 deletions Content/Console/.github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build master

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [3.1.100]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
Expand Down
35 changes: 0 additions & 35 deletions Content/Library/.github/build.yml

This file was deleted.

4 changes: 2 additions & 2 deletions Content/Library/.github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build master

on: [push]
on: [push, pull_request]

jobs:
build:
Expand All @@ -10,7 +10,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [3.1.100]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
Expand Down

0 comments on commit e87bd51

Please sign in to comment.