Skip to content

Commit

Permalink
chore: add on push directive again
Browse files Browse the repository at this point in the history
  • Loading branch information
jrriehl committed Aug 16, 2023
1 parent 32e8d47 commit 13f1d87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: CI

on:
push:
branches:
- main
paths:
- "python/**"
- ".github/**"

pull_request:
branches:
- main
Expand Down

0 comments on commit 13f1d87

Please sign in to comment.