File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: 'Lock Threads'
55on : # yamllint disable-line rule:truthy
66 schedule :
77 - cron : ' 0 0 * * *'
8- workflow_dispatch
8+ workflow_dispatch :
99
1010permissions :
1111 issues : write
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ name: Documentation
44
55on : # 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
1616jobs :
1717 quality :
Original file line number Diff line number Diff 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
1616jobs :
1717 linter :
You can’t perform that action at this time.
0 commit comments