Skip to content

Commit

Permalink
chore: add paths and delete on push for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Aug 14, 2023
1 parent 8204fea commit 32e8d47
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
name: CI

on:
push:
branches:
- main

pull_request:
branches:
- main
paths:
- "python/**"
- ".github/**"

jobs:
tests:
Expand Down

0 comments on commit 32e8d47

Please sign in to comment.