Skip to content

Commit

Permalink
Update compilation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AKuHAK authored Feb 1, 2022
1 parent c842cff commit 7a08905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
release:
needs: [build, build-hdlgmanclient]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master'
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v2

Expand All @@ -90,7 +90,7 @@ jobs:
name: HDLGManClient

- name: Create pre-release
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
uses: marvinpinto/action-automatic-releases@latest
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand Down

0 comments on commit 7a08905

Please sign in to comment.