summaryrefslogtreecommitdiffstats
path: root/src/doc/embedded-book/.github/workflows/ci.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/embedded-book/.github/workflows/ci.yml')
-rw-r--r--src/doc/embedded-book/.github/workflows/ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/doc/embedded-book/.github/workflows/ci.yml b/src/doc/embedded-book/.github/workflows/ci.yml
index b1e3d552e..9018d1146 100644
--- a/src/doc/embedded-book/.github/workflows/ci.yml
+++ b/src/doc/embedded-book/.github/workflows/ci.yml
@@ -1,9 +1,11 @@
name: CI
on:
- push:
- branches: [ staging, trying, master ]
- pull_request:
+ push: # Run CI for all branches except GitHub merge queue tmp branches
+ branches-ignore:
+ - "gh-readonly-queue/**"
+ pull_request: # Run CI for PRs on any branch
+ merge_group: # Run CI for the GitHub merge queue
jobs:
build: