Skip to content

Commit

Permalink
chore: Add release/milestone check to toxic.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Nov 11, 2024
1 parent 3ce3167 commit ca5aae9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: checks

on:
pull_request:
branches: [master]
types: [opened, reopened, synchronize, milestoned]
pull_request_target:
branches: [master]

jobs:
checks:
uses: TokTok/ci-tools/.github/workflows/check-release.yml@master

0 comments on commit ca5aae9

Please sign in to comment.