Skip to content

Commit

Permalink
Ensure build-and-release workflow in gha checks out main branch as th…
Browse files Browse the repository at this point in the history
…e ref
  • Loading branch information
armalite committed May 12, 2023
1 parent f6ad6eb commit 50f9ca8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: main

# Build deployer image to use for PyPI publishing
- name: Build and push Docker image
Expand Down

0 comments on commit 50f9ca8

Please sign in to comment.