Skip to content

Commit 974d8a8

Browse files
authored
Run format workflow on push rather than PR
1 parent d603a7a commit 974d8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-code.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Format Code
22

33
on:
4-
pull_request:
4+
push:
55
paths:
66
- '**.py'
77

0 commit comments

Comments
 (0)