From be13d7731513d12b2464a92c7db646e0345675c7 Mon Sep 17 00:00:00 2001 From: Philipp Baumann Date: Mon, 16 Sep 2024 23:35:29 +0200 Subject: [PATCH] style, lint, and format only in PR --- .github/workflows/flint-code-formatter.yaml | 5 ----- .github/workflows/style-and-lint.yaml | 2 -- 2 files changed, 7 deletions(-) diff --git a/.github/workflows/flint-code-formatter.yaml b/.github/workflows/flint-code-formatter.yaml index 9af5998e..e8106230 100644 --- a/.github/workflows/flint-code-formatter.yaml +++ b/.github/workflows/flint-code-formatter.yaml @@ -1,13 +1,8 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - push: - branches: [main, master] pull_request: branches: [main, master] - release: - types: [published] - workflow_dispatch: name: flint-code-formatter diff --git a/.github/workflows/style-and-lint.yaml b/.github/workflows/style-and-lint.yaml index 2fb82d0b..84a5f59b 100644 --- a/.github/workflows/style-and-lint.yaml +++ b/.github/workflows/style-and-lint.yaml @@ -1,8 +1,6 @@ # Workflow derived from https://github.com/r-lib/actions/tree/v2/examples # Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help on: - push: - branches: [main, master] pull_request: branches: [main, master]