Skip to content

Commit

Permalink
ci: run on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
nicokaiser committed Aug 8, 2024
1 parent e0eecac commit 149a7d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
- '*.md'
pull_request:
branches:
- main

jobs:
test:
Expand Down

0 comments on commit 149a7d8

Please sign in to comment.