Skip to content

Commit

Permalink
test: Ensure we're running on main.
Browse files Browse the repository at this point in the history
  • Loading branch information
skyzyx committed Nov 11, 2024
1 parent 412a388 commit b32c44c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Checkout the code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Ensure we're on main
run: git checkout main

- name: Build the container and run the generator
run: docker compose up

Expand Down

0 comments on commit b32c44c

Please sign in to comment.