From d42c83dcc03959f25241de6ded6cca19c6d0ef8b Mon Sep 17 00:00:00 2001 From: shadmansaleh <13149513+shadmansaleh@users.noreply.github.com> Date: Mon, 7 Feb 2022 11:39:36 +0600 Subject: [PATCH] chore(CI): run autogen only on master --- .github/workflows/autogen.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/autogen.yml b/.github/workflows/autogen.yml index e5843d3..e41c5eb 100644 --- a/.github/workflows/autogen.yml +++ b/.github/workflows/autogen.yml @@ -7,13 +7,6 @@ on: - "examples/**.lua" - ".stylua.toml" - "README.md" - pull_request: - branches: [master] - paths: - - "lua/**.lua" - - "examples/**.lua" - - ".stylua.toml" - - "README.md" # Cancel any in-progress CI runs for a PR if it is updated concurrency: