Skip to content

Commit 40c6cd9

Browse files
committed
feat: update the ref option
1 parent f045f41 commit 40c6cd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/super-linter.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ permissions: {}
1313

1414
jobs:
1515
prettier:
16-
if: github.head_ref != 'release-please--branches--master'
17-
name: Prettify code base # Mainly the automaic change log file created by release-please, which is on the release-please branch.
16+
if: github.head_ref == 'release-please--branches--master'
17+
name: Prettify code base # Mainly lint the automaic change log file created by release-please, which is on the release-please branch.
1818
runs-on: ubuntu-latest
1919

2020
steps:

0 commit comments

Comments
 (0)