Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Jan 23, 2024
1 parent c94f04e commit 1efc584
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/e2e-test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@ name: e2e test Build, Test & Coverage
on: # yamllint disable-line rule:truthy
pull_request:
paths:
- 'indexer/**'
- 'e2e-testing/**'
- 'protocol/**'
- '**'
push:
branches:
- main
- 'wl/**' # e.g. wl/test
paths:
- 'indexer/**'
- 'e2e-testing/**'
- 'protocol/**'
- '**'

# Ensure only a single instance of this workflow is running, and cancel any that are in-progress
# before this workflow instance starts
Expand Down

0 comments on commit 1efc584

Please sign in to comment.