Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: CI
on:
push:
branches: [ "master" ]
paths-ignore:
- '**.md'
- 'man/**'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**.md'
- 'man/**'

workflow_dispatch:

Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2026-06-29 Mats Lidell <matsl@gnu.org>

* .github/workflows/main.yml (on): Reduce number of builds by
eliminating the main workflow to trigger on updates to markdown and
man/** files. Those are handled by the docs workflow.

* hibtypes.el (hywiki-add-spec, hywiki-message-spec):
(hywiki-word-create-and-display): Declare functions.

Expand Down