Skip to content

Commit

Permalink
Feature/dotaas part1 v3 (#15)
Browse files Browse the repository at this point in the history

Signed-off-by: jan.hecht <jan.hecht@jh-isw.de>
  • Loading branch information
jh-isw authored May 31, 2023
1 parent 982d472 commit f7a0039
Show file tree
Hide file tree
Showing 85 changed files with 5,182 additions and 2,233 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2021 Fraunhofer Institute for Experimental Software Engineering IESE
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: MIT

# This action builds* all the pushes to main.
# Additionally it builds* for each PR.
Expand All @@ -9,7 +9,9 @@

on:
push:
branches: [main]
branches:
- 'main'
- 'feature/*'
pull_request:

name: Run CI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-FileCopyrightText: 2021 Fraunhofer Institute for Experimental Software Engineering IESE
#
# SPDX-License-Identifier: EPL-2.0
# SPDX-License-Identifier: MIT

# This Action is triggered when a version is tagged.
# It publishes the crates in the repo to crates.io.
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
# SPDX-License-Identifier: CC0-1.0

/target
.idea/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
SPDX-FileCopyrightText: 2021 Fraunhofer Institute for Experimental Software Engineering IESE
SPDX-License-Identifier: EPL-2.0
SPDX-License-Identifier: MIT
-->

# Contributing to Eclipse Basyx
Expand Down
Loading

0 comments on commit f7a0039

Please sign in to comment.