Skip to content

Commit 2fad976

Browse files
authored
chore: do not run github action for release please (#742)
1 parent d691175 commit 2fad976

3 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/deployment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
paths-ignore:
8+
- 'CHANGELOG.md'
79
pull_request:
810
schedule:
911
- cron: '0 10 * * *'

.github/workflows/integration.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'CHANGELOG.md'
79
pull_request:
810
branches:
911
- main

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'CHANGELOG.md'
79
pull_request:
810
branches:
911
- main
12+
paths-ignore:
13+
- 'CHANGELOG.md'
1014

1115
concurrency:
1216
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)