Skip to content

Commit

Permalink
ignore changes to markdown files and license in the root
Browse files Browse the repository at this point in the history
  • Loading branch information
jwijgerd committed Mar 17, 2023
1 parent f92abdc commit 7ea8c64
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/maven-v6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ name: CI V6 Branch
on:
push:
branches:
- elasticactors-v6
- elasticactors-v6
paths-ignore:
- '*.md'
- 'LICENSE.txt'
pull_request:
branches:
- elasticactors-v6
- elasticactors-v6
paths-ignore:
- '*.md'
- 'LICENSE.txt'

jobs:
build:
Expand Down
10 changes: 8 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,16 @@ name: CI
on:
push:
branches:
- master
- master
paths-ignore:
- '*.md'
- 'LICENSE.txt'
pull_request:
branches:
- master
- master
paths-ignore:
- '*.md'
- 'LICENSE.txt'

jobs:
build:
Expand Down

0 comments on commit 7ea8c64

Please sign in to comment.