Run action as is on release branch CI (#168)

* Run action as is on release branch CI

fixes #16

* Update example-builds-nightly.yml

* Update example-builds-nightly-defaultarch.yml

* Update example-builds-defaultarch.yml

* Don't install node
This commit is contained in:
Sascha Mann
2023-10-15 23:33:35 +02:00
committed by GitHub
parent 0e1e5daf3b
commit 9c1e77be1e
4 changed files with 12 additions and 0 deletions

View File

@@ -24,11 +24,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }}
with:
node-version: 16
- name: "Install dependencies"
if: ${{ ! startsWith(github.ref, 'refs/heads/releases') }}
run: |
npm install
npm run build