Skip to content

Commit

Permalink
ignore changes to README on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmattkc committed Mar 20, 2021
1 parent e15aa2f commit a8955f9
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,22 @@ name: CI

on:
push:
branches: [ master ]
branches:
- master
paths-ignore:
- 'README.md'
pull_request:
branches: [ master ]
branches:
- master
paths-ignore:
- 'README.md'

jobs:

build:

runs-on: windows-latest

env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: true

Expand All @@ -30,14 +36,14 @@ jobs:
# Add MSBuild to the PATH: https://github.com/microsoft/setup-msbuild
- name: Setup MSBuild.exe
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16

- name: Build
run: msbuild Rebuilder.sln /p:Configuration=Release

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
path:
path:
Rebuilder/obj/Release/Rebuilder.exe

- name: Upload to Releases
Expand Down

0 comments on commit a8955f9

Please sign in to comment.