Skip to content

Commit

Permalink
0.28.1 - renamed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomansion committed Jul 25, 2024
1 parent add8960 commit 9795644
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: build
name: debiai_gui publish

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# separate terms of service, privacy policy, and support
# documentation.

name: cd
name: Docker push

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pull Request Checks
name: Pull request checks

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion debiaiServer/swagger.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
swagger: "2.0"
info:
version: 0.28.0
version: 0.28.1
title: DebiAI_BACKEND_API
description: DebiAI backend api
contact:
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "debiai_frontend",
"version": "0.28.0",
"version": "0.28.1",
"description": "Frontend for Debiai, made with Vuejs",
"license": "Apache-2.0",
"scripts": {
Expand Down

0 comments on commit 9795644

Please sign in to comment.