Skip to content

Commit f2f8ced

Browse files
authored
Update ci.yml
1 parent f69af9e commit f2f8ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
name: Lint
1212
# https://developer.github.com/v3/activity/events/types/#pushevent
13-
if: startsWith(github.event.ref, 'refs/heads/release/v')
13+
# if: startsWith(github.event.ref, 'refs/heads/release/v')
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)