Skip to content

Commit

Permalink
Merge pull request #154 from hossain-khan/hossain-khan-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
hossain-khan authored Nov 28, 2024
2 parents fb3cec9 + 42c79d1 commit 07f76d5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main ]
schedule:
- cron: '33 13 * * 6'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Jekyll site CI

on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]

jobs:
jekyll-build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/json-api-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: JSON API Validate
# events but only for the master branch
on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/justify-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Justify JSON Schema

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-json-nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ name: Validate JSON on Node

on:
push:
branches: [ master ]
branches: [ main ]
pull_request:
branches: [ master ]
branches: [ main ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ bundle exec jekyll serve
bundle exec jekyll build
```

Alternatively use ruby env to avoid version issues
Alternatively, use ruby env to avoid version issues

```sh
# https://github.com/rbenv/rbenv
Expand Down

0 comments on commit 07f76d5

Please # to comment.