diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-09 23:32:46 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-09 23:32:46 +0200 |
commit | 0eec5480fb2cff1549f7f593a8da29ee7deed01b (patch) | |
tree | 8ed5b32dac65f65786f2a26e407e99546423748b /.github | |
parent | 88db532bf91a87149f860e982b3d8ef857111395 (diff) | |
download | meson-0eec5480fb2cff1549f7f593a8da29ee7deed01b.zip meson-0eec5480fb2cff1549f7f593a8da29ee7deed01b.tar.gz meson-0eec5480fb2cff1549f7f593a8da29ee7deed01b.tar.bz2 |
docs: Also check on pull-requests
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/website.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index d707cb5..5da6ef5 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -11,6 +11,9 @@ on: - master paths: - docs/** + pull_request: + paths: + - docs/** workflow_dispatch: release: types: |