Publish contributors after allcontributors

[why]
After adding a contributor with allcontributors the website is not
updated.

[how]
Obviously there is a setting if a dependant workflow should be started.
Set that value to 'true'.

Also fix commented-out section of workflow triggers for 'release', that
should not be triggered by allcontributors, when that is commented-in
again (if ever).

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-02-02 07:52:14 +01:00
parent 151aa370f0
commit 7007410afb
2 changed files with 2 additions and 1 deletions

View file

@ -1179,7 +1179,7 @@
],
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"skipCi": false,
"contributorsPerLine": 7,
"commitConvention": "angular"
}

View file

@ -10,6 +10,7 @@ on:
# - 'images/**'
# - '**.md'
# - '.all-contributorsrc'
# - 'CONTRIBUTORS.md'
# - 'chocolatey/**'
# - 'bin/scripts/lib/**'
# - 'Dockerfile'