Skip to content

Commit 0489e7d

Browse files
committed
formatter now commits to master when a MR is merged
1 parent 1248a63 commit 0489e7d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/format.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: format
22
on:
3-
pull_request:
3+
push:
44
branches: [master]
55
jobs:
66
format:
@@ -24,5 +24,5 @@ jobs:
2424
- name: Commit changes
2525
uses: stefanzweifel/git-auto-commit-action@v4.1.2
2626
with:
27-
commit_message: Apply formatting changes
28-
branch: ${{ github.head_ref }}
27+
commit_message: 🎉 Apply formatting changes
28+
branch: master

0 commit comments

Comments
 (0)