diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 2d871fa..bdb1f44 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -45,7 +45,7 @@ jobs: # you can change this - name: Create 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 }}"