Skip to content

Commit

Permalink
update branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedriad1 committed Feb 21, 2024
1 parent aa05517 commit 4e5e5e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
build:
if: github.repository == 'seemorg/markdown-parser' && (github.ref == 'refs/heads/master') && github.event_name != 'pull_request'
if: github.repository == 'seemorg/markdown-parser' && (github.ref == 'refs/heads/main') && github.event_name != 'pull_request'
name: ⚒️ Build, lint, and test on Node ${{ matrix.node }} and ${{ matrix.os }}

runs-on: ubuntu-latest
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
test-and-publish:
name: 🎉 Publish to NPM
needs: [build]
if: github.repository == 'seemorg/markdown-parser' && (github.ref == 'refs/heads/master') && github.event_name != 'pull_request'
if: github.repository == 'seemorg/markdown-parser' && (github.ref == 'refs/heads/main') && github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ console.log(parsed);
[build-badge]: https://github.com/seemorg/markdown-parser/workflows/CI/badge.svg
[build]: https://github.com/seemorg/markdown-parser/actions?query=workflow%3ACI
[license-badge]: https://badgen.net/github/license/openiti/markdown-parser
[license]: https://github.com/seemorg/markdown-parser/blob/master/LICENSE
[license]: https://github.com/seemorg/markdown-parser/blob/main/LICENSE
[npm]: https://www.npmjs.com/package/@openiti/markdown-parser
[npm-badge]: https://badgen.net/npm/v/@openiti/markdown-parser
[downloads-badge]: https://img.shields.io/npm/dm/@openiti/markdown-parser.svg
Expand Down

0 comments on commit 4e5e5e4

Please sign in to comment.