mirror of
https://github.com/actions/runner-images.git
synced 2025-12-30 05:49:48 +08:00
Fix double run
This commit is contained in:
8
.github/workflows/validate-json-schema.yml
vendored
8
.github/workflows/validate-json-schema.yml
vendored
@@ -1,6 +1,12 @@
|
||||
name: Validate JSON Schema
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
validate-json:
|
||||
|
||||
Reference in New Issue
Block a user