Skip to content

Commit 5bd1ab2

Browse files
committed
Allow manual triggering of workflows
1 parent 044e2be commit 5bd1ab2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
branches: [master, simplesamlphp-*]
1212
paths:
1313
- '**.md'
14+
workflow_dispatch:
1415

1516
jobs:
1617
quality:

.github/workflows/php.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
branches: [master, release-*]
1212
paths-ignore:
1313
- '**.md'
14+
workflow_dispatch:
1415

1516
jobs:
1617
linter:

0 commit comments

Comments
 (0)