Skip to content

Commit

Permalink
ci: re-enable triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Oct 3, 2024
1 parent 609e3af commit ee57c9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Python CI

on:
push:
#branches: [main, ci-*]
#paths:
# - 'packages/mystmd-py/**'
branches: [main, ci-*]
paths:
- 'packages/mystmd-py/**'
pull_request:
#branches: [main]
#paths:
# - 'packages/mystmd-py/**'
branches: [main]
paths:
- 'packages/mystmd-py/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit ee57c9a

Please sign in to comment.