Skip to content

Commit

Permalink
cleanup code
Browse files Browse the repository at this point in the history
  • Loading branch information
sonali623 committed Nov 25, 2024
1 parent 5a8406e commit fcb89a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# - name: Exit if the branch is not main
# run: |
# if [[ "${{ github.ref }}" != "refs/heads/main" ]]; then
# echo "Branch is not main, exiting."
# exit 0
# fi

- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Run Tests and Build
on: [push]

jobs:
test:
test_and_build:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit fcb89a9

Please sign in to comment.