diff options
| -rw-r--r-- | .github/workflows/validate_json.yml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.github/workflows/validate_json.yml b/.github/workflows/validate_json.yml index 6764c63..e178639 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -2,7 +2,11 @@ name: Validate One Click Apps on: push: - branches: [something] + branches: + - master + pull_request: + branches: + - master jobs: build: |
