Skip to content

Commit a8f525f

Browse files
authored
Run enforce-pr-rebase whenever a PR is updated
1 parent 0d26809 commit a8f525f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/enforce-pr-rebase.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Enforce Rebasing
22

3-
on: [push]
3+
on:
4+
pull_request:
5+
branches:
6+
- master
7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
49

510
jobs:
611
rebase_job:

0 commit comments

Comments
 (0)