Skip to content

Commit

Permalink
run ci alswo for tags
Browse files Browse the repository at this point in the history
  • Loading branch information
becheran committed Mar 2, 2021
1 parent ce5e26c commit aab7554
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"go.lintTool":"golangci-lint",
/* "go.lintTool":"golangci-lint",
"go.lintFlags": [
"--fast"
]
] */
}

0 comments on commit aab7554

Please sign in to comment.