Skip to content

Commit

Permalink
Trigger format and goimports check on every push
Browse files Browse the repository at this point in the history
Signed-off-by: Florent Poinsard <[email protected]>
  • Loading branch information
frouioui committed Sep 16, 2021
1 parent 4dc3200 commit 247a4f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_formatting.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: check_formatting
on: [pull_request]
on: [pull_request,push]
jobs:

build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check_imports.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: check_imports
on: [pull_request]
on: [pull_request,push]
jobs:

build:
Expand Down

0 comments on commit 247a4f0

Please sign in to comment.