Skip to content

Commit ca5aae9

Browse files
committed
chore: Add release/milestone check to toxic.
1 parent 3ce3167 commit ca5aae9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/checks.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: checks
2+
3+
on:
4+
pull_request:
5+
branches: [master]
6+
types: [opened, reopened, synchronize, milestoned]
7+
pull_request_target:
8+
branches: [master]
9+
10+
jobs:
11+
checks:
12+
uses: TokTok/ci-tools/.github/workflows/check-release.yml@master

0 commit comments

Comments
 (0)