diff options
author | Nick Brassel <nick@tzarc.org> | 2023-06-27 08:03:45 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 23:03:45 +0100 |
commit | a88a91c5ad9374813fd89ce0bd176255dc282ed4 (patch) | |
tree | a93e6c99466309baae9fb105a21f5630b635049a | |
parent | 3a42fbb0c9f94daa9f639a31c700c2c6783790a6 (diff) |
Add riot auto-merge to `master` to trigger GH workflows. (#21390)
-rw-r--r-- | .github/workflows/feature_branch_update.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/feature_branch_update.yml b/.github/workflows/feature_branch_update.yml index bfc4c7d65e..0976055160 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 |