From a88a91c5ad9374813fd89ce0bd176255dc282ed4 Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Tue, 27 Jun 2023 08:03:45 +1000 Subject: [PATCH] Add riot auto-merge to `master` to trigger GH workflows. (#21390) --- .github/workflows/feature_branch_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index bfc4c7d65e5..09760551609 100644 --- a/.github/workflows/feature_branch_update.yml +++ b/.github/workflows/feature_branch_update.yml @@ -18,6 +18,7 @@ jobs: matrix: branch: - xap + - riot steps: - uses: actions/checkout@v3