Skip to content

Commit 1c9cb87

Browse files
committed
Check main rather than master when making PR for schema files
1 parent 4644a05 commit 1c9cb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
- name: Create Pull Request
4646
uses: peter-evans/create-pull-request@v6
47-
if: github.ref == 'refs/heads/master'
47+
if: github.ref == 'refs/heads/main'
4848
with:
4949
token: ${{ secrets.GITHUB_TOKEN }}
5050
commit-message: Update database sql files

0 commit comments

Comments
 (0)