Skip to content

Commit

Permalink
fix(ci): Remove path filters for our CI workflows (#251)
Browse files Browse the repository at this point in the history
This partially reverts c237e9c which
made it so that no CI workflows would get run for pull requests.
  • Loading branch information
alco authored Aug 5, 2024
1 parent 14ccd48 commit 248c693
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/elixir_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: ['main']
pull_request:
paths:
- "!docs/**"

permissions:
contents: read
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ts_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: ['main']
pull_request:
paths:
- "!docs/**"

permissions:
contents: read
Expand Down

0 comments on commit 248c693

Please sign in to comment.