Skip to content

Commit

Permalink
Merge pull request #139 from IanCa/develop
Browse files Browse the repository at this point in the history
Fix schema validation workflow
  • Loading branch information
VisLab authored Feb 20, 2024
2 parents 03646a9 + e648e1e commit 0c14510
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check_schemas.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Process Files
name: Validate schemas

on:
push:
branches: [ * ]
branches: ["*"]
pull_request:
branches: [ * ]
branches: ["*"]

jobs:
process-changed-files:
Expand Down

0 comments on commit 0c14510

Please sign in to comment.