Skip to content

Commit

Permalink
CI: Fix & fine-tune docs build triggers (#579)
Browse files Browse the repository at this point in the history
Because of the draft condition, it is desirable to run the build on
`ready_for_review` event.
  • Loading branch information
Indy2222 authored Jul 4, 2023
1 parent 42361df commit 3fe0ead
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
name: Docs

on: [push, pull_request, merge_group]
on:
push:
branches:
- main
merge_group: {}
pull_request:
branches:
- main
types:
- opened
- reopened
- synchronize
- ready_for_review

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 3fe0ead

Please sign in to comment.