Skip to content

Commit 12934b9

Browse files
committed
chore: simplify
1 parent ef1d982 commit 12934b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/autofix.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
name: autofix.ci # For security reasons, the workflow in which the autofix.ci action is used must be named "autofix.ci".
22

33
on:
4-
pull_request:
5-
types:
6-
- opened
7-
- reopened
8-
- synchronize
4+
- pull_request
95

106
concurrency:
117
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)