Skip to content

Commit

Permalink
No need to run CI on source-unrelated files (#691)
Browse files Browse the repository at this point in the history
* Update build.yml

* Update .github/workflows/build.yml

Co-authored-by: Dylan Perks <[email protected]>

* Update .github/workflows/build.yml

Co-authored-by: Dylan Perks <[email protected]>

* readme should run CI

Co-authored-by: Dylan Perks <[email protected]>
  • Loading branch information
WhiteBlackGoose and Perksey authored Nov 14, 2021
1 parent 41c99cb commit 645e262
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ on:
branches:
- 'main'
- 'release/*'
paths-ignore:
- 'documentation/**'
pull_request:
# none
# all branches
paths-ignore:
- 'documentation/**'
jobs:
Build:
runs-on: windows-latest
Expand Down

0 comments on commit 645e262

Please sign in to comment.