diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ff076be..2a7c7e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - name: Create normal GitHub release - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/master' && github.event_name != 'schedule' uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}