Skip to content

Commit

Permalink
Added triggers to update docs&manifest when submodules are updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiger-Tom committed Dec 11, 2023
1 parent c619689 commit b246d2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/autodocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
paths:
- '_rsruntime/*.py'
- '_rsruntime/**/*.py'
workflow_run:
workflows: ['Misc/Update Submodules']
types:
- completed
workflow_dispatch:

concurrency:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/autoupdate-rsruntime-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
paths:
- '_rsruntime/**'
- '_rsruntime/**/*'
workflow_run:
workflows: ['Misc/Update Submodules']
types:
- completed
workflow_dispatch:
jobs:
update_manif:
Expand Down

0 comments on commit b246d2a

Please sign in to comment.