diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml index e72d645..f49313b 100644 --- a/.github/workflows/TagBot.yml +++ b/.github/workflows/TagBot.yml @@ -1,10 +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 e114cd8..cec402f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PharmaceuticalClassification" uuid = "c42eed22-7bfe-405f-8797-8b984d5f7563" authors = ["Dilum Aluthge", "Brown Center for Biomedical Informatics", "JuliaHealth organization", "contributors"] -version = "1.0.0" +version = "1.0.1" [deps] LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"