Skip to content

Commit e09a2ea

Browse files
committed
Refactor Actions
1 parent 66fad7e commit e09a2ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: bb
22
on:
33
issues:
4-
types: [opened, reopened, edited, closed, labeled, unlabeled]
4+
types: [closed, edited, labeled, opened, reopened, unlabeled]
55
pull_request_target:
6-
types: [opened, reopened, edited, closed, labeled, unlabeled]
6+
types: [closed, edited, labeled, opened, reopened, unlabeled]
77
jobs:
88
main:
99
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)