Skip to content

Commit

Permalink
Merge pull request #160 from vespa-engine/freva/gha
Browse files Browse the repository at this point in the history
Fix branch name
  • Loading branch information
freva authored Oct 16, 2024
2 parents 9859ef9 + 04fd924 commit 41ff4a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:

- name: Store build artifact
uses: actions/upload-artifact@v4
if: github.ref == 'refs/heads/master'
if: github.ref_name == github.event.repository.default_branch
with:
name: build
path: dist/

deploy:
if: github.ref == 'refs/heads/main'
if: github.ref_name == github.event.repository.default_branch

runs-on: ubuntu-latest

Expand Down

0 comments on commit 41ff4a9

Please sign in to comment.