Skip to content

Commit

Permalink
Fix tagbot action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Mar 27, 2023
1 parent 3379ca4 commit b968a60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/julia_ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Julia CI/CD

on:
issue_comment:
types: ["created"]
schedule:
- cron: 0 0 * * *
push:
Expand Down Expand Up @@ -40,3 +42,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
uses: AlgebraicJulia/.github/.github/workflows/julia_release.yml@main
secrets: inherit
TagBot:
if: github.event_name == 'issue_comment'
uses: AlgebraicJulia/.github/.github/workflows/julia_tag.yml@main
secrets: inherit

0 comments on commit b968a60

Please sign in to comment.