diff options
| author | Eli Schwartz <eschwartz@archlinux.org> | 2023-08-17 11:23:52 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz@archlinux.org> | 2023-08-18 11:16:15 -0400 |
| commit | 2edcbb452ee30bb173518e51f28f7c192dc070e3 (patch) | |
| tree | 3500605ec3bb3f229ab36093239838d1e915c221 /.github | |
| parent | 9153b82cc2a1fdd98566d7ec6e1a153e106eb03d (diff) | |
| download | meson-2edcbb452ee30bb173518e51f28f7c192dc070e3.tar.gz | |
CI: trigger website job when testing modifications to the website job
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/website.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 1b0ed8465..2c76d8784 100644 --- a/.github/workflows/website.yml +++ b/.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: |
