Skip to content

Commit 311902b

Browse files
committed
Fix workflows
1 parent 1b37f6c commit 311902b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/autolock-conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: 'Lock Threads'
55
on: # yamllint disable-line rule:truthy
66
schedule:
77
- cron: '0 0 * * *'
8-
workflow_dispatch
8+
workflow_dispatch:
99

1010
permissions:
1111
issues: write

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ name: Documentation
44

55
on: # yamllint disable-line rule:truthy
66
push:
7-
branches: [master, simplesamlphp-*]
7+
branches: [master, release-*]
88
paths:
99
- '**.md'
1010
pull_request:
11-
branches: [master, simplesamlphp-*]
11+
branches: [master, release-*]
1212
paths:
1313
- '**.md'
14-
workflow_dispatch
14+
workflow_dispatch:
1515

1616
jobs:
1717
quality:

.github/workflows/php.yml

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

1616
jobs:
1717
linter:

0 commit comments

Comments
 (0)