Skip to content

Commit

Permalink
fix: GH-Action Workflow Triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
Panakotta00 committed Jul 30, 2024
1 parent 0c049e1 commit 7200606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- main
- development
paths:
- "Source/Indexer/**"
- "Source/Tools/**"
- "Packages/**"
pull_request:
branches:
- main
- development
paths:
- "Source/Indexer/**"
- "Source/Tools/**"
- "Packages/**"
workflow_dispatch:
workflow_call:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
- development
paths:
- "Website/**"
- "Source/Website/**"
pull_request:
branches:
- main
- development
paths:
- "Website/**"
- "Source/Website/**"
workflow_dispatch:
workflow_call:
secrets:
Expand Down

0 comments on commit 7200606

Please sign in to comment.