Skip to content
This repository has been archived by the owner on Nov 23, 2023. It is now read-only.

Commit

Permalink
fix: always schedule on live branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vietchinh committed Nov 2, 2023
1 parent 50f905e commit d81d32b
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 @@ -58,6 +58,9 @@ jobs:
# Checkout push-to-registry action GitHub repository
- name: Checkout Push to Registry action
uses: actions/checkout@v4
with:
ref: live


- name: Add yq (for reading recipe.yml)
uses: mikefarah/[email protected]
Expand Down

0 comments on commit d81d32b

Please sign in to comment.