Skip to content

Commit 43d54bb

Browse files
Merge pull request #21 from conventional-changelog/master
[pull] master from conventional-changelog:master
2 parents 7780237 + 58361fa commit 43d54bb

File tree

3 files changed

+675
-698
lines changed

3 files changed

+675
-698
lines changed

.github/workflows/container-build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ on:
33
push:
44
tags:
55
- '**'
6-
branches:
7-
- '**'
8-
- '!master'
96
schedule:
107
- cron: '0 0 * * *'
8+
pull_request:
9+
paths:
10+
- 'Dockerfile.ci'
1111
jobs:
1212
container-build:
1313
runs-on: ubuntu-latest

@commitlint/is-ignored/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"@commitlint/parse": "^17.7.0",
3939
"@commitlint/test": "^17.4.2",
4040
"@commitlint/utils": "^17.4.0",
41-
"@types/semver": "7.5.0"
41+
"@types/semver": "7.5.3"
4242
},
4343
"dependencies": {
4444
"@commitlint/types": "^17.4.4",

0 commit comments

Comments
 (0)