mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2026-05-02 06:46:29 -04:00
Add path filters to workflows and create docs linting workflow
Co-authored-by: squassina <8495707+squassina@users.noreply.github.com>
This commit is contained in:
parent
c13f7a6165
commit
f1b97a5453
3 changed files with 82 additions and 2 deletions
20
.github/workflows/build.yml
vendored
20
.github/workflows/build.yml
vendored
|
|
@ -3,8 +3,28 @@ name: Build
|
|||
on:
|
||||
push:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- '**.cpp'
|
||||
- '**.scm'
|
||||
- 'meson.build'
|
||||
- 'meson_options.txt'
|
||||
- 'flake.nix'
|
||||
- 'protocols/**'
|
||||
- '.github/workflows/build.yml'
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
paths:
|
||||
- '**.c'
|
||||
- '**.h'
|
||||
- '**.cpp'
|
||||
- '**.scm'
|
||||
- 'meson.build'
|
||||
- 'meson_options.txt'
|
||||
- 'flake.nix'
|
||||
- 'protocols/**'
|
||||
- '.github/workflows/build.yml'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue