Skip to content

Commit

Permalink
Fix GHA PR trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-williams committed Sep 25, 2024
1 parent 2dd3933 commit 30937b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/python-tiledbsoma-ml.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: python-tiledbsoma-ml

on:
pull_request:
branches: ["**"]
paths-ignore: ['scripts/**']
push:
branches: [main]
paths-ignore: ['scripts/**']
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 30937b0

Please sign in to comment.