Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Jul 8, 2024
1 parent 9d2b8a5 commit 10f38df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: LIVE - Tag and Deploy
on:
push:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand All @@ -13,6 +13,8 @@ jobs:
steps:
- name: Check out the repo
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build and push
uses: ./.github/actions/build-and-push
with:
Expand Down

0 comments on commit 10f38df

Please sign in to comment.