Skip to content

Commit

Permalink
⚙️ refactor build and release into a single workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
petar-cvit committed Jan 11, 2024
1 parent 2530316 commit e911b97
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 146 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
commitish: main
tag_name: ${{ github.event.inputs.version }}
release_name: ${{ github.event.inputs.version }}
draft: true
prerelease: true
draft: false
prerelease: false
76 changes: 0 additions & 76 deletions .github/workflows/ctrl-ci.yml

This file was deleted.

67 changes: 0 additions & 67 deletions .github/workflows/ui-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/web.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy landing page to GitHub Pages
name: deploy landing page to GitHub Pages

on:
push:
Expand Down

0 comments on commit e911b97

Please sign in to comment.