Skip to content

Commit

Permalink
Run workflows on change to self
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed May 13, 2024
1 parent 4944e59 commit ede2fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/generate-images-drawio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- '**'
paths:
- '.github/workflows/generate-images-drawio.yml'
- 'src/drawio/**'

workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/generate-images-plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- '**'
paths:
- '.github/workflows/generate-images-plantuml.yml'
- 'src/plantuml/**'

workflow_dispatch:
Expand Down

0 comments on commit ede2fa0

Please sign in to comment.