diff options
| author | Kasra Bigdeli <[email protected]> | 2019-12-24 18:32:48 -0500 |
|---|---|---|
| committer | Kasra Bigdeli <[email protected]> | 2019-12-24 18:32:48 -0500 |
| commit | 3186392f01e244121e1564a3567d0d900352c6d4 (patch) | |
| tree | d5b314d2b3d9c0b08051574d2a49abd23485b3a6 /.github | |
| parent | a69b7ab3e3583e7de7aa80332db26da068317301 (diff) | |
| parent | edddf15ca7d6a6888fac966e0f05abd5e3fa87e6 (diff) | |
| download | caprover-one-click-apps-3186392f01e244121e1564a3567d0d900352c6d4.tar.gz caprover-one-click-apps-3186392f01e244121e1564a3567d0d900352c6d4.zip | |
Merge branch 'master' of github.com:caprover/one-click-apps
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 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: |
