There was an error while loading. Please reload this page.
1 parent 0d26809 commit a8f525fCopy full SHA for a8f525f
1 file changed
.github/workflows/enforce-pr-rebase.yml
@@ -1,6 +1,11 @@
1
name: Enforce Rebasing
2
3
-on: [push]
+on:
4
+ pull_request:
5
+ branches:
6
+ - master
7
+ # Allows you to run this workflow manually from the Actions tab
8
+ workflow_dispatch:
9
10
jobs:
11
rebase_job:
0 commit comments