Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Sep 17, 2022
1 parent 17931a2 commit 48913de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ jobs:
path: ./out/*

- name: Upload to releases
if: github.event_name != 'pull_request' && github.ref_name == 'master'
if: github.event_name != 'pull_request' && github.ref_name == 'main'
uses: softprops/action-gh-release@v1
with:
files: out/*
tag_name: continuous

0 comments on commit 48913de

Please sign in to comment.