Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-uk committed Feb 26, 2024
1 parent 8d33f23 commit 88bdc9d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
runs-on: ubuntu-latest
needs: lint-check

# TEMPORARY DISABLED only run on main branch
#if: github.ref == 'refs/heads/main'
# Only run on main branch
if: github.ref == 'refs/heads/main'

steps:
- uses: actions/checkout@v3
Expand All @@ -51,7 +51,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: x.18
#registry-url: 'https://npm.pkg.github.com'
cache: 'npm'

- name: NPM install & version
Expand Down

0 comments on commit 88bdc9d

Please sign in to comment.