We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d691175 commit 2fad976Copy full SHA for 2fad976
3 files changed
.github/workflows/deployment.yml
@@ -4,6 +4,8 @@ on:
4
push:
5
tags:
6
- 'v*'
7
+ paths-ignore:
8
+ - 'CHANGELOG.md'
9
pull_request:
10
schedule:
11
- cron: '0 10 * * *'
.github/workflows/integration.yml
branches:
- main
.github/workflows/main.yml
@@ -4,9 +4,13 @@ on:
12
13
14
15
concurrency:
16
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments