diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6595a4c8b1e..4ab05932764 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,7 +4,6 @@ on: push: branches: [ main ] pull_request: - branches: [ main ] workflow_dispatch: env: @@ -25,4 +24,5 @@ jobs: - name: Checkout sources uses: actions/checkout@v2 - name: Run swiftlint on AWSClientRuntime - run: swiftlint --reporter github-actions-logging --path ./AWSClientRuntime --config ./AWSClientRuntime/.swiftlint.yml \ No newline at end of file + run: swiftlint --reporter github-actions-logging --path ./AWSClientRuntime --config ./AWSClientRuntime/.swiftlint.yml + \ No newline at end of file