From 539220a81b7e6f4bfd116745f75a65b5fbe37e9a Mon Sep 17 00:00:00 2001 From: StyledStrike Date: Sat, 19 Nov 2022 20:58:24 -0300 Subject: [PATCH] GLuaLint workflow adjustments --- .github/workflows/glualint.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/glualint.yml b/.github/workflows/glualint.yml index fa16ea2..8b5da9d 100644 --- a/.github/workflows/glualint.yml +++ b/.github/workflows/glualint.yml @@ -1,10 +1,14 @@ name: GLuaLint on: - pull_request: push: - branches: - - main + branches: [ master ] + + pull_request: + branches: [ master ] + + # Allows running this workflow from the Actions tab + workflow_dispatch: jobs: Lint: