From 90fea8c01b506645ca1d3cd61e95f4bf6c25fe01 Mon Sep 17 00:00:00 2001 From: David Senoner Date: Tue, 17 Sep 2024 11:17:54 +0200 Subject: [PATCH] Add main branch of the .dotfiles repo Add the main branch of the dotfiles to update its submodules --- .github/workflows/submodules.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml index ba97775..3b63e2b 100644 --- a/.github/workflows/submodules.yml +++ b/.github/workflows/submodules.yml @@ -9,11 +9,17 @@ jobs: update: runs-on: ubuntu-latest + strategy: + matrix: + branch: + - main + - tiling + steps: - uses: actions/checkout@v4 with: repository: kada49/.dotfiles - ref: tiling + ref: ${{ matrix.branch }} token: ${{ secrets.GH_PAT }} submodules: true