Skip to content

Commit d4a36d8

Browse files
Steffengreinerwow-such-codesven1103
authored
Update Workflows to requirement specified by the template (#308)
* update workflows * remove outdated workflow, add main branch and remove duplicate code of conduct * Remove templates Co-authored-by: wow-such-code <andreas.friedrich@uni-tuebingen.de> Co-authored-by: Sven F <sven.fillinger@qbic.uni-tuebingen.de>
1 parent 8b8ba0e commit d4a36d8

File tree

8 files changed

+2
-405
lines changed

8 files changed

+2
-405
lines changed

.generate-reports.py

Lines changed: 0 additions & 254 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/general_question.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/pull_request_template.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ name: "CodeQL"
1313

1414
on:
1515
push:
16-
branches: [ master, development, patch/*, release/*, hotfix/* ]
16+
branches: [ main, master, development, release/*, hotfix/* ]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: [ master ]
19+
branches: [ main, master ]
2020
schedule:
2121
- cron: '21 1 * * 4'
2222

.github/workflows/java_checkstyle.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)