diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7dea7392..c6e826a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -44,7 +44,7 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v6 - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update database sql files