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 d18ef1e commit bd67d50Copy full SHA for bd67d50
.github/workflows/TagBot.yml
@@ -22,7 +22,7 @@ permissions:
22
statuses: read
23
jobs:
24
TagBot:
25
- if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
+ if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' || (github.event_name == 'repository_dispatch' && github.event.client_payload.repository == 'HolyLab/HolyLabRegistry')
26
runs-on: ubuntu-latest
27
steps:
28
- uses: JuliaRegistries/TagBot@v1
0 commit comments