From 2ca3c021fb12e4293e1013172c5d8bcf8c0ff42c Mon Sep 17 00:00:00 2001 From: Jorge Esteban Quilcate Otoya Date: Mon, 8 Apr 2024 23:25:56 +0300 Subject: [PATCH] chore: add ci to user-agent branch --- .github/workflows/prs_and_commits.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prs_and_commits.yml b/.github/workflows/prs_and_commits.yml index cef1bef..0b81ef3 100644 --- a/.github/workflows/prs_and_commits.yml +++ b/.github/workflows/prs_and_commits.yml @@ -28,7 +28,9 @@ on: pull_request: branches: [ main ] push: - branches: [ main ] + branches: + - main + - aiven-user-agent # Disallow concurrent runs for the same PR by cancelling in-progress runs # when new commits are pushed