Skip to content

Commit

Permalink
chore: only run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
calebdw committed Sep 6, 2024
1 parent 49577fd commit 8cc38cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Tests

on:
Expand All @@ -7,11 +8,6 @@ on:
- 'docs/**'
branches:
- "**"
pull_request:
types: [ready_for_review, synchronize, opened]
paths-ignore:
- "**.md"
- 'docs/**'

jobs:
tests:
Expand Down

0 comments on commit 8cc38cf

Please sign in to comment.