Skip to content

Commit 13c9238

Browse files
committed
attempt push
1 parent 3f625cc commit 13c9238

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/black.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: black
22

3-
on:
4-
pull_request:
5-
types: [opened, synchronize, reopened, edited]
3+
on: push
64

75
jobs:
86
format:
@@ -24,4 +22,4 @@ jobs:
2422
git config --global user.name 'sentry-bot'
2523
git config --global user.email '[email protected]'
2624
git commit -am "fix: Formatting"
27-
git push
25+
git push origin HEAD:${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)