diff --git a/.github/workflows/juliaci.yml b/.github/workflows/juliaci.yml index 6589d1d07..d17cec547 100644 --- a/.github/workflows/juliaci.yml +++ b/.github/workflows/juliaci.yml @@ -1,9 +1,7 @@ name: Julia CI on: - push: - branches: [main,master] - tags: ['v*'] + push: {branches: [main,master], tags: ['**']} pull_request: {types: [opened,synchronize,reopened,ready_for_review,converted_to_draft]} issue_comment: {types: [created]} workflow_dispatch: