Skip to content

Commit

Permalink
remove paths to run once
Browse files Browse the repository at this point in the history
  • Loading branch information
wd60622 committed Jul 30, 2024
1 parent fea9b63 commit 1f24d79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/uml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Update the UML Diagrams
on:
pull_request:
branches: [main]
paths:
- "causalpy/**"
# paths:
# - "causalpy/**"
push:
branches: [main]
paths:
- "causalpy/**"
# paths:
# - "causalpy/**"

jobs:
build:
Expand Down

0 comments on commit 1f24d79

Please sign in to comment.