Adjust CI triggers

This commit is contained in:
mo8it 2026-03-25 18:28:39 +01:00
parent 3e46d8c50a
commit 37cbcd9049
2 changed files with 5 additions and 1 deletions

View File

@ -5,11 +5,13 @@ on:
branches: [main]
paths-ignore:
- website
- .github/workflows/website.yml
- '*.md'
pull_request:
branches: [main]
paths-ignore:
- website
- .github/workflows/website.yml
- '*.md'
env:

View File

@ -4,7 +4,9 @@ on:
workflow_dispatch:
push:
branches: [main]
paths: [website]
paths:
- website
- .github/workflows/website.yml
jobs:
build: