Skip to content

Commit

Permalink
Run test workflow on all changes
Browse files Browse the repository at this point in the history
This prevents repo changes from desyncing with the actions config,
resulting in tests not running when we might expect them to.
  • Loading branch information
mfisher87 committed Nov 9, 2023
1 parent 4ee9d86 commit 5253e92
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@ name: Unit Tests

on:
push:
paths:
- earthaccess/**
- tests/**
pull_request:
paths:
- earthaccess/**
- tests/**
types: [opened, synchronize]

jobs:
Expand Down

0 comments on commit 5253e92

Please sign in to comment.