From abdaee0a2d944e3c42bdc77d273beac131ade6dd Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Fri, 16 Feb 2024 15:13:51 -0600 Subject: [PATCH] enable formatting for 2.x branch Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 4bcbc730801572bdb813826bc3488279a4ab8c36] --- projects/rocprofiler-compute/.github/workflows/formatting.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/formatting.yml b/projects/rocprofiler-compute/.github/workflows/formatting.yml index 0825a130a8..384f67509a 100644 --- a/projects/rocprofiler-compute/.github/workflows/formatting.yml +++ b/projects/rocprofiler-compute/.github/workflows/formatting.yml @@ -3,9 +3,9 @@ name: formatting on: push: - branches: [ main, dev ] + branches: [ main, dev, 2.x ] pull_request: - branches: [ main, dev ] + branches: [ main, dev, 2.x ] concurrency: group: ${{ github.workflow }}-${{ github.ref }}