diff options
| author | Kasra Bigdeli <[email protected]> | 2019-12-24 18:29:53 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-12-24 18:29:53 -0500 |
| commit | edddf15ca7d6a6888fac966e0f05abd5e3fa87e6 (patch) | |
| tree | a9b6fd900efdbb965529acb7e19ee389516b57de /.github | |
| parent | 5f100c89acc83fc4eabe155c94e906b466b610d0 (diff) | |
| download | caprover-one-click-apps-edddf15ca7d6a6888fac966e0f05abd5e3fa87e6.tar.gz caprover-one-click-apps-edddf15ca7d6a6888fac966e0f05abd5e3fa87e6.zip | |
Update validate_json.yml
Diffstat (limited to '.github')
| -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 df41c87..bd23221 100644 --- a/.github/workflows/validate_json.yml +++ b/.github/workflows/validate_json.yml @@ -2,7 +2,11 @@ name: Publish One Click Apps on: push: - branches: [something] + branches: + - master + pull_request: + branches: + - master jobs: build: |
