We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20adb86 commit 31706fdCopy full SHA for 31706fd
.github/workflows/release.yaml
@@ -16,7 +16,7 @@ on:
16
jobs:
17
release:
18
name: Release
19
- if: github.actor == 'CaselIT' || github.actor == 'zzzeek'
+ if: github.actor == 'CaselIT' || github.actor == 'zzzeek' || github.actor == 'MaicoTimmerman'
20
runs-on: "ubuntu-latest"
21
22
steps:
0 commit comments