Skip to content

Commit

Permalink
ci: remove paths-ignore (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunvegda authored Feb 21, 2022
1 parent 0fc8cf5 commit ced836a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: Lint & Test
on:
push:
paths-ignore:
- 'website/**'
paths:
- '**'
- '!website/**'
pull_request:
paths-ignore:
- 'website/**'
paths:
- '**'
- '!website/**'

jobs:
test:
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ on:
branches:
- main
- next
paths-ignore:
- 'website/**'
paths:
- '**'
- '!website/**'

jobs:
lint-test:
Expand Down

0 comments on commit ced836a

Please sign in to comment.