Skip to content

Commit d95a7b2

Browse files
committed
ci: trigger auto-fix on pull requests
1 parent fdde944 commit d95a7b2

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/auto-fix.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@ name: auto-fix
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- master
7+
pull_request_target:
8+
branches:
9+
- master
10+
11+
permissions:
12+
contents: write
713

814
jobs:
915
auto-fix:

.github/workflows/pkg.pr.new.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: publish-any-commit
2+
23
on: [push, pull_request]
34

45
jobs:

0 commit comments

Comments
 (0)