Skip to content

Commit

Permalink
ci: Trigger CI on paths
Browse files Browse the repository at this point in the history
Includes .yml files (configurations) and .md files (documentation that
will be packaged).
  • Loading branch information
trungnt2910 committed Dec 15, 2023
1 parent 414b12b commit 0cbd048
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ on:
- MemoryModule.Tests/**
- MemoryModule.Compact.Windows.Tests/**
- .github/workflows/ci.yml
- *.yml
- *.md
pull_request:
branches:
- master
Expand All @@ -24,6 +26,8 @@ on:
- MemoryModule.Tests/**
- MemoryModule.Compact.Windows.Tests/**
- .github/workflows/ci.yml
- *.yml
- *.md

jobs:
build:
Expand Down

0 comments on commit 0cbd048

Please sign in to comment.