Skip to content

Commit

Permalink
ci: checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
theSuess committed May 2, 2024
1 parent 8a559f3 commit 0fb2a71
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy to Pages

on:
push:
branches: ["main"]
branches: ["main","ci/checkout-submodule"]

workflow_dispatch:
env:
Expand All @@ -26,6 +26,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-go@v4
with:
go-version-file: "backend/alloy/go.mod"
Expand Down

0 comments on commit 0fb2a71

Please sign in to comment.