diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 30d43ee22..4147016de 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ name: Lint # name of the action (displayed in the github interface) -on: # event list +on: push # event list pull_request: # on a pull request to each of these branches branches: - development