Skip to content

Commit

Permalink
Reverting changes to cat_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Dec 3, 2024
1 parent 93f9ba4 commit b70eb79
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cat_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ name: counter analysis toolkit
on:
pull_request:
# run CI for updates to counter analysis toolkit
# paths:
# - 'src/counter_analysis_toolkit/**'
paths:
- 'src/counter_analysis_toolkit/**'
# allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
cat:
strategy:
Expand Down

0 comments on commit b70eb79

Please sign in to comment.