Skip to content

Commit

Permalink
Check main rather than master when making PR for schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Oct 17, 2024
1 parent 4644a05 commit 1c9cb87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c9cb87

Please sign in to comment.