Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: tests

on:
workflow_dispatch:
# Scope push to main only — PR branches are covered by pull_request, so this
# avoids a redundant second run (and the "re-ran one, the twin still red" trap)
# on every push to a PR branch.
push:
paths:
- '**'
branches: [main]
pull_request:
paths:
- '**'

jobs:
lint:
Expand Down
Loading