Skip to content

Commit

Permalink
Fix rebase action to only run on main branch
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Dye <[email protected]>
  • Loading branch information
ecdye committed May 17, 2021
1 parent 96eb464 commit 45e3b11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rebase-action.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Rebase

on: push
push:
branches:
- main

jobs:
rebase:
Expand Down

0 comments on commit 45e3b11

Please sign in to comment.