Skip to content

Commit

Permalink
Remove useless changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TatianaFomina committed Nov 25, 2023
1 parent 1e9bd9e commit 622e13e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-API.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
context: .
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: ${{ startsWith(github.ref, 'refs/tags/v') || endsWith(github.ref, '/stage') || endsWith(github.ref, '/main') }}
push: ${{ startsWith(github.ref, 'refs/tags/v') || endsWith(github.ref, '/stage') || endsWith(github.ref, '/main') }}
2 changes: 0 additions & 2 deletions .github/workflows/run-build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,3 @@ jobs:

- name: Build
run: yarn build


0 comments on commit 622e13e

Please sign in to comment.