From: Flole998 Date: Wed, 21 Feb 2024 20:25:51 +0000 (+0100) Subject: Run enforce-pr-rebase whenever a PR is updated X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8f525f36ca777345218726269ea2bb8ef1cbd43;p=thirdparty%2Ftvheadend.git Run enforce-pr-rebase whenever a PR is updated --- diff --git a/.github/workflows/enforce-pr-rebase.yml b/.github/workflows/enforce-pr-rebase.yml index 5c179bebf..44ef4d29a 100644 --- a/.github/workflows/enforce-pr-rebase.yml +++ b/.github/workflows/enforce-pr-rebase.yml @@ -1,6 +1,11 @@ name: Enforce Rebasing -on: [push] +on: + pull_request: + branches: + - master + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: rebase_job: