diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d5aaac2..1e188be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,11 +4,8 @@ name: CI # Controls when the action will run. on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] pull_request: - branches: [ main ] + push: # Allows you to run this workflow manually from the Actions tab workflow_dispatch: diff --git a/.vscode/settings.json b/.vscode/settings.json index cba06f3..c858bd6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { - "go.lintTool":"golangci-lint", + /* "go.lintTool":"golangci-lint", "go.lintFlags": [ "--fast" - ] + ] */ } \ No newline at end of file