Skip to content

Commit

Permalink
Fixed double actions
Browse files Browse the repository at this point in the history
Signed-off-by: Emil Balitzki <[email protected]>
  • Loading branch information
Corgam committed May 6, 2024
1 parent 6674025 commit bd5014b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 20 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/backend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
- main
paths:
- "backend/**"
push:
branches:
- sprint-release
- main
paths:
- "backend/**"

jobs:
linting:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ on:
paths:
- "backend/**"
- "frontend/**"
push:
branches:
- sprint-release
- main
paths:
- "backend/**"
- "frontend/**"

jobs:
build:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/frontend-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ on:
- main
paths:
- "frontend/**"
push:
branches:
- sprint-release
- main
paths:
- "frontend/**"

jobs:
linting:
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import "./App.css";

function App() {
return <h1> Building Information Enhancer v.2</h1>;
return <h1> Building Information Enhancer v.3</h1>;
}

export default App;

0 comments on commit bd5014b

Please sign in to comment.