Skip to content

Commit

Permalink
ci on pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
watermarkhu committed Feb 8, 2024
1 parent 2f086ba commit f0e99d1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: "CI"

on:
workflow_dispatch:
push:
pull_request:
branches:
- main
paths:
- '**.py'
- '**.yml'
- 'test/**'

jobs:
ruff:
Expand Down

0 comments on commit f0e99d1

Please sign in to comment.