Skip to content

Commit

Permalink
Merge pull request #712 from Green-Software-Foundation/fix-ci
Browse files Browse the repository at this point in the history
CI/CD workflows: change `master` branch to `main`
  • Loading branch information
narekhovhannisyan authored May 15, 2024
2 parents cbfadfd + b77ccc8 commit f0de3b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: master
ref: main

- name: Setup Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
with:
node-version: 18
- run: npm ci
# - run: npm test
- run: npm test
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: master
ref: main
- name: Setup Node.js
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f0de3b7

Please sign in to comment.