Skip to content

Commit

Permalink
Fix .cirrus.yaml file name after file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexWayfer committed Dec 2, 2020
1 parent 951c170 commit 569bbcf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .cirrus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ remark_task:

only_if: ($CIRRUS_BRANCH == 'master') ||
changesInclude(
'.cirrus.yml', '.gitignore', 'package.json', 'package-lock.json', '.remarkrc.yaml', '**.md'
'.cirrus.yaml', '.gitignore', 'package.json', 'package-lock.json', '.remarkrc.yaml', '**.md'
)

stylelint_task:
Expand All @@ -39,7 +39,7 @@ stylelint_task:

only_if: ($CIRRUS_BRANCH == 'master') ||
changesInclude(
'.cirrus.yml', '.gitignore', 'package.json', 'package-lock.json', 'browserslist',
'.cirrus.yaml', '.gitignore', 'package.json', 'package-lock.json', 'browserslist',
'.stylelintrc.yaml', 'assets/styles/**'
)

Expand All @@ -52,7 +52,7 @@ eslint_task:

only_if: ($CIRRUS_BRANCH == 'master') ||
changesInclude(
'.cirrus.yml', '.gitignore', 'package.json', 'package-lock.json', 'browserslist',
'.cirrus.yaml', '.gitignore', 'package.json', 'package-lock.json', 'browserslist',
'.eslintrc.yaml', '.eslintignore', 'assets/scripts/**'
)

Expand All @@ -71,5 +71,5 @@ rubocop_task:

only_if: ($CIRRUS_BRANCH == 'master') ||
changesInclude(
'.cirrus.yml', '.gitignore', 'Gemfile', 'Gemfile.lock', '.rubocop.yml', '**.rb'
'.cirrus.yaml', '.gitignore', 'Gemfile', 'Gemfile.lock', '.rubocop.yml', '**.rb'
)

0 comments on commit 569bbcf

Please sign in to comment.