Skip to content

Commit 51a1597

Browse files
authored
1 parent 2c75d94 commit 51a1597

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/TagBot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: TagBot
22
on:
33
schedule:
44
- cron: 0 * * * *
5+
issue_comment:
6+
types:
7+
- created
8+
workflow_dispatch:
59
jobs:
610
TagBot:
11+
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
712
runs-on: ubuntu-latest
813
steps:
914
- uses: JuliaRegistries/TagBot@v1

0 commit comments

Comments
 (0)