We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aa29a8 commit b0ff15dCopy full SHA for b0ff15d
.github/workflows/build_and_test.yml
@@ -4,6 +4,8 @@ on:
4
paths-ignore:
5
# ignore markdown files (CHANGELOG.md, README.md, etc.)
6
- '**/*.md'
7
+ - 'COPYRIGHT'
8
+ - 'LICENSE'
9
- '.github/workflows/release.yml'
10
- 'changelog/**'
11
- 'kong.conf.default'
@@ -13,6 +15,7 @@ on:
13
15
14
16
# ignore PRs for the generated COPYRIGHT file
17
- 'COPYRIGHT'
18
19
branches:
20
- master
21
- release/*
.github/workflows/release.yml
@@ -6,6 +6,8 @@ on: # yamllint disable-line rule:truthy
pull_request:
- '.github/workflows/build_and_test.yml'
12
0 commit comments