diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 55fc162..3170742 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,6 +3,8 @@ on: branches: [ master ] paths-ignore: - '**/*.md' + - '.gitignore' + - '.dockerignore' - '.github/**' - '.github/workflows/**' @@ -10,6 +12,8 @@ on: branches: [ master ] paths-ignore: - '**/*.md' + - '.gitignore' + - '.dockerignore - '.github/**' - '.github/workflows/**'