From fcf478c0d96c74f07837542468d819e31e487441 Mon Sep 17 00:00:00 2001 From: Elliot Matson <1711604+elliotmatson@users.noreply.github.com> Date: Mon, 30 May 2022 18:56:10 -0500 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index dff4ea2..ffec5d3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,13 +1,13 @@ --- name: Lint -'on': - pull_request: +on: push: - branches: - - master + branches: [main] + pull_request: + branches: [main] jobs: - test: + yaml-lint: name: Lint runs-on: ubuntu-latest steps: