Skip to content

Commit 44cb3aa

Browse files
committed
Merge branch 'latest' into database
2 parents 1551317 + 2655947 commit 44cb3aa

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/codeql.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: ["main", "develop"]
16+
branches: ["latest"]
1717
pull_request:
1818
# The branches below must be a subset of the branches above
19-
branches: ["main"]
19+
branches: ["latest"]
2020
schedule:
2121
- cron: "40 16 * * 6"
2222

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
name: "Dependency review"
1111
on:
1212
pull_request:
13-
branches: ["main"]
13+
branches: ["latest"]
1414

1515
# If using a dependency submission action in this workflow this permission will need to be set to:
1616
#

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99
schedule:
1010
- cron: '35 19 * * *'
1111
push:
12-
branches: [ "main" ]
12+
branches: [ "latest" ]
1313
# Publish semver tags as releases.
1414
tags: [ '[0-9]*.[0-9]*.[0-9]*' ]
1515
pull_request:
16-
branches: [ "main" ]
16+
branches: [ "latest" ]
1717

1818
env:
1919
# Use docker.io for Docker Hub if empty

.github/workflows/python-app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: Python application
55

66
on:
77
push:
8-
branches: ["main"]
8+
branches: ["latest"]
99
pull_request:
10-
branches: ["main"]
10+
branches: ["latest"]
1111

1212
permissions:
1313
contents: read

.github/workflows/webpack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: NodeJS with Webpack
22

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["latest"]
66
pull_request:
7-
branches: ["main"]
7+
branches: ["latest"]
88

99
jobs:
1010
build:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
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

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/<org-or-user>/<repo-name>/compare/0.1.0...main)
7+
## [Unreleased](https://github.com/<org-or-user>/<repo-name>/compare/0.1.0...latest)
88

99
## [0.1.0](https://github.com/<org-or-user>/<repo-name>/releases/tag/0.1.0) - dd/mm/yyyy
1010

0 commit comments

Comments
 (0)