Skip to content

Commit

Permalink
Chore: Setup CI path triggers (#76)
Browse files Browse the repository at this point in the history
* chore: setup path triggers for ci

* chore: add a sample file to check ignore path

* chore: move anchor to root folder to check path trigger

* chore: remove test-anchor file
  • Loading branch information
mrsauravsahu authored Apr 1, 2022
1 parent bdcf5c1 commit f6b09ed
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 @@ -4,6 +4,10 @@ on:
pull_request:
branches:
- main
paths:
- 'src/**'
- '__tests__/**'
- '!__tests__/mock-data/**'

jobs:
build:
Expand Down

0 comments on commit f6b09ed

Please sign in to comment.