Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Aug 9, 2023
1 parent 7e8903d commit 9baba03
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
branches: [master, release-*]
paths:
- '**.md'
workflow_dispatch:

jobs:
quality:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/interoperability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on: # yamllint disable-line rule:truthy
paths-ignore:
- '**.md'
- '**.yml'
workflow_dispatch:

jobs:
edugain:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
branches: [master, release-*]
paths-ignore:
- '**.md'
workflow_dispatch
workflow_dispatch:

jobs:
linter:
Expand Down

0 comments on commit 9baba03

Please sign in to comment.