Skip to content

Commit

Permalink
Adjust build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoVIII committed Feb 24, 2022
1 parent d8d7d40 commit c1f6709
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
name: Build

on: [push, pull_request]
on:
push:
branches:
- "**"
tags-ignore:
- "*"
paths-ignore:
- "**.md"
pull_request:

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
dotnet: [5.0.100]
os: [ubuntu-latest]
dotnet: [5.0.404]
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit c1f6709

Please sign in to comment.