Skip to content

Commit

Permalink
Also run on push to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Johennes committed May 15, 2024
1 parent dd5bbad commit 6fbe4ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-images-drawio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: draw.io images

on:
push:
branches:
branches:
- '**'
paths:
- '.github/workflows/generate-images-drawio.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-images-plantuml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: PlantUML images

on:
push:
branches:
branches:
- '**'
paths:
- '.github/workflows/generate-images-plantuml.yml'
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Lint

on:
pull_request:
push:
branches:
- main
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 6fbe4ec

Please sign in to comment.