Skip to content

Commit b7ec744

Browse files
committed
ci: fix branches.
1 parent 753165a commit b7ec744

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/validate-schema.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Validate PinkSea Lexicons
22

33
on:
44
push:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
66
pull_request:
7-
branches: [ "main" ]
7+
branches: [ "master" ]
88
workflow_dispatch:
99

1010
jobs:
@@ -14,6 +14,8 @@ jobs:
1414
contents: read
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Checkout PinkSea
18+
uses: actions/checkout@v4
1719
- name: Check for any changed lexicons
1820
id: check-for-changed-lexicons
1921
uses: tj-actions/changed-files@v41

0 commit comments

Comments
 (0)