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