Skip to content

Commit

Permalink
ci: trigger workflows when drafts marked as "ready to review" (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 12, 2021
1 parent 1149146 commit 4fc27d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -13,6 +13,7 @@ on:
paths-ignore:
- "docs/**"
- "*.md"
types: [opened, ready_for_review, reopened, synchronize]

jobs:
cleanup-runs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -13,6 +13,7 @@ on:
paths-ignore:
- "docs/**"
- "*.md"
types: [opened, ready_for_review, reopened, synchronize]

jobs:
CodeQL-Build:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/link-check.yml
Expand Up @@ -11,6 +11,7 @@ on:
- master
paths:
- "**/*.md"
types: [opened, ready_for_review, reopened, synchronize]
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/spell-check.yml
Expand Up @@ -7,6 +7,7 @@ on:
pull_request:
branches:
- master
types: [opened, ready_for_review, reopened, synchronize]

jobs:
spellcheck:
Expand Down

0 comments on commit 4fc27d5

Please sign in to comment.