Skip to content

Commit

Permalink
CI: Add GitVersion.yml to build trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
nullforce committed Dec 22, 2020
1 parent ad9d0b9 commit 64ca3ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
push:
paths:
- '.github/**'
- 'GitVersion.yml'
- 'src/**'
pull_request:
paths:
- '.github/**'
- 'GitVersion.yml'
- 'src/**'

env:
Expand Down

0 comments on commit 64ca3ac

Please sign in to comment.