Skip to content

Commit b55ef77

Browse files
committed
Added: Main in Docker CI
1 parent 938a007 commit b55ef77

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": ["ts-important-stuff", "plugin:prettier/recommended"],
2+
"extends": ["ts-important-stuff"],
33
"parser": "@babel/eslint-parser",
44
"rules": {
55
"linebreak-style": 0

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ name: Docker CI
33
on:
44
push:
55
branches:
6+
- main
67
- develop
78
# Build then a new version is tagged
89
tags:
910
- '*.*.*'
1011
pull_request:
1112
branches:
13+
- main
1214
- develop
1315
schedule:
1416
# Build every night at 1am

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [1.0.0 - 2023-08-17]
7+
## [1.0.0 - 2023-12-13]
88
### Added
99
- First version
1010
- Teiler core config
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- Generate single-spa-router from teiler-core import-map
1515
- Docker ignore
1616
- Rename Teiler Orchestrator, Teiler Dashboard and Teiler Backend
17+
- Main in Docker CI
1718

1819
## Changed
1920
- Title

0 commit comments

Comments
 (0)