Skip to content

Commit

Permalink
Merge branch 'development' into dependabot/maven/development/com.fast…
Browse files Browse the repository at this point in the history
…erxml.jackson.core-jackson-annotations-2.12.1
  • Loading branch information
Steffengreiner authored Nov 14, 2023
2 parents 0ab39c9 + 1ecd7ff commit 1f90d34
Show file tree
Hide file tree
Showing 112 changed files with 6,191 additions and 948 deletions.
10 changes: 0 additions & 10 deletions .dependabot/config.yml

This file was deleted.

254 changes: 0 additions & 254 deletions .generate-reports.py

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

13 changes: 0 additions & 13 deletions .github/ISSUE_TEMPLATE/general_question.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/pull_request_template.md

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/build_package.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Build Maven Package

on: [push]
on:
push:
branches:
- '**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ main, master ]

jobs:
package:
Expand All @@ -19,6 +25,5 @@ jobs:
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Run mvn package
run: mvn -B package --file pom.xml
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ name: "CodeQL"

on:
push:
branches: [ master, development, patch/*, release/*, hotfix/* ]
branches: [ main, master, development, release/*, hotfix/* ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
branches: [ main, master ]
schedule:
- cron: '21 1 * * 4'

Expand Down
Loading

0 comments on commit 1f90d34

Please sign in to comment.