CI: trigger website job when testing modifications to the website job

pull/12139/head
Eli Schwartz 1 year ago
parent 9153b82cc2
commit 2edcbb452e
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6
  1. 2
      .github/workflows/website.yml

@ -10,9 +10,11 @@ on:
branches:
- master
paths:
- .github/workflows/website.yml
- docs/**
pull_request:
paths:
- .github/workflows/website.yml
- docs/**
workflow_dispatch:
release:

Loading…
Cancel
Save