]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Run enforce-pr-rebase whenever a PR is updated
authorFlole998 <Flole998@users.noreply.github.com>
Wed, 21 Feb 2024 20:25:51 +0000 (21:25 +0100)
committerGitHub <noreply@github.com>
Wed, 21 Feb 2024 20:25:51 +0000 (21:25 +0100)
.github/workflows/enforce-pr-rebase.yml

index 5c179bebfedc3037ff7a8ac8a16b6499edf85ebd..44ef4d29ae55f8052516f888eb6ca0c37ae43f2e 100644 (file)
@@ -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: