Skip to content

Commit ec79d78

Browse files
committed
Fix pre-commit-update workflow
1 parent b889f22 commit ec79d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
pre-commit autoupdate
4242
- name: Create Pull Request
4343
uses: peter-evans/create-pull-request@v7
44-
if: github.ref == 'refs/heads/main'
44+
if: github.ref == 'refs/heads/mainline'
4545
with:
4646
branch: create-pull-request/pre-commit-update
4747
base: main

0 commit comments

Comments
 (0)