From befebfd04c6bc82c90d0025d0480d97e182b52bb Mon Sep 17 00:00:00 2001 From: Fred Sundvik Date: Sun, 7 Apr 2024 14:19:53 +0300 Subject: [PATCH] Always run the build action on pull requests --- .github/workflows/build.yml | 11 +++++++++++ .github/workflows/lint-app.yml | 2 -- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a01bb55a98..030faa8738 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,18 @@ permissions: contents: read on: + # Allow manual triggering + workflow_dispatch: + # Always run on pull requests + pull: + # And on master when manually pushed or after merges + paths-ignore: + - "website/**" + - ".vscode/**" + - "**.md" push: + branches: + master paths-ignore: - "website/**" - ".vscode/**" diff --git a/.github/workflows/lint-app.yml b/.github/workflows/lint-app.yml index 704d6c02d7..c7cd3eb0c7 100644 --- a/.github/workflows/lint-app.yml +++ b/.github/workflows/lint-app.yml @@ -5,8 +5,6 @@ permissions: contents: read on: - pull_request: - branches: [main] workflow_call: env: