Skip to content

Commit

Permalink
do not run github actions with gitignore and dockerignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
metatxn committed Apr 27, 2021
1 parent 6b67e72 commit be71e75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
paths:
- "*"
- "!README.md"
- "!.dockerignore"
- "!.gitignore"
tags:
- 'v*.*.*'
pull_request:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
paths:
- "*"
- "!README.md"
- "!.dockerignore"
- "!.gitignore"
pull_request:

jobs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
paths:
- "*"
- "!README.md"
- "!.dockerignore"
- "!.gitignore"

pull_request:

jobs:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
paths:
- "*"
- "!README.md"

- "!.dockerignore"
- "!.gitignore"
jobs:
release:
name: Release
Expand Down

0 comments on commit be71e75

Please sign in to comment.