diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index dd911f3..778c06f 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,9 +1,12 @@ name: TagBot on: - schedule: - - cron: 0 0 * * * + issue_comment: + types: + - created + workflow_dispatch: jobs: TagBot: + if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot' runs-on: ubuntu-latest steps: - uses: JuliaRegistries/TagBot@v1 diff --git a/Project.toml b/Project.toml index 0844d1a..b954ee4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Alert" uuid = "28312eec-4d86-447d-83ad-bc2b262de792" authors = ["David Little and contributors"] -version = "0.2.0" +version = "0.2.1" [deps] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"