We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 753165a commit b7ec744Copy full SHA for b7ec744
.github/workflows/validate-schema.yml
@@ -2,9 +2,9 @@ name: Validate PinkSea Lexicons
2
3
on:
4
push:
5
- branches: [ "main" ]
+ branches: [ "master" ]
6
pull_request:
7
8
workflow_dispatch:
9
10
jobs:
@@ -14,6 +14,8 @@ jobs:
14
contents: read
15
runs-on: ubuntu-latest
16
steps:
17
+ - name: Checkout PinkSea
18
+ uses: actions/checkout@v4
19
- name: Check for any changed lexicons
20
id: check-for-changed-lexicons
21
uses: tj-actions/changed-files@v41
0 commit comments