Skip to content

Commit

Permalink
Merge branch 'develop' into Java_21
Browse files Browse the repository at this point in the history
  • Loading branch information
LitschiW authored Nov 26, 2023
2 parents 73015f1 + 6641d64 commit 29547d9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/awesomebot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Check Links

on:
push:
pull_request:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ master, develop ]
pull_request:
branches: [ master, develop ]

concurrency:
group: build-${{ github.event.pull_request.number || github.ref }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/checkstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Run Checkstyle
on:
push:
pull_request:
branches: [ master, develop ]

jobs:
run_checkstyle:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: Release MiSim

on:
push:
branches: [ master ]
workflow_dispatch:

jobs:
Prepare-and-Release:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master, develop ]

jobs:
build_documentation:
Expand Down

0 comments on commit 29547d9

Please sign in to comment.