Skip to content

Commit

Permalink
Merge pull request #19 from liquidmetal-dev/richardcase-patch-2
Browse files Browse the repository at this point in the history
Update deploy.yaml
  • Loading branch information
richardcase authored Jul 7, 2024
2 parents b23f283 + 4a54312 commit 7442775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build website
run: make build
release:
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'weaveworks-liquidmetal' }}
if: ${{ github.event_name != 'pull_request' && github.repository_owner == 'liquidmetal-dev' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 7442775

Please sign in to comment.