Skip to content

Commit

Permalink
Add target for build - push yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
trallard committed Sep 18, 2024
1 parent 90716b6 commit 4760961
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
push:
tags:
- "*"
paths:
- ".github/workflows/release.yml"
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -32,12 +34,6 @@ jobs:
registry-url: "https://registry.npmjs.org"
scope: "@conda-store-ui"

- name: "Install dependencies 📦"
run: yarn

- name: "Lint code 🔎"
run: yarn eslint:check

- name: "Download build artefacts 📦"
uses: actions/download-artifact@v4

Expand Down

0 comments on commit 4760961

Please sign in to comment.