diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7778beb..f8ab07a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,19 +2,19 @@ name: CI on: pull_request: - paths: - - '!*.md' - - '!*.txt' + paths-ignore: + - '*.md' + - '*.txt' push: branches: [ main ] - tags: - - '!*' # none + tags-ignore: + - '*' paths: - - lib/* - - app/* - - config/* - - spec/* + - lib/** + - app/** + - config/** + - spec/** - Gemfile* - '*.gemspec' - .github/workflows/ci.yml