Skip to content

Commit e5104b4

Browse files
committed
Update validate-profile-and-schemas.yml
1 parent f7cf52e commit e5104b4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/validate-profile-and-schemas.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: Validate profile and schemas
22

33
on:
44
push:
5+
branches: [main]
56
pull_request:
7+
branches: [main]
68

79
jobs:
810
validate-profile-and-schemas:
911
runs-on: ubuntu-latest
1012
steps:
11-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1214
- name: Set up Python 3.9
1315
uses: actions/setup-python@v6
1416
with:

0 commit comments

Comments
 (0)