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: