diff --git a/projects/rocprofiler-compute/.github/workflows/analyze-commands.yml b/projects/rocprofiler-compute/.github/workflows/analyze-commands.yml index 94ea771420..d777e3b46a 100644 --- a/projects/rocprofiler-compute/.github/workflows/analyze-commands.yml +++ b/projects/rocprofiler-compute/.github/workflows/analyze-commands.yml @@ -5,7 +5,7 @@ name: analyze commands # Controls when the workflow will run on: push: - branches: [ main, dev ] + branches: [ main, dev, ci ] pull_request: branches: [ main, dev ]