Update validate_json.yml
This commit is contained in:
6
.github/workflows/validate_json.yml
vendored
6
.github/workflows/validate_json.yml
vendored
@ -2,7 +2,11 @@ name: Publish One Click Apps
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [something]
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user