From 8885d924851872fd626c01e967ef94328c13387c Mon Sep 17 00:00:00 2001 From: Mário Victor Ribeiro Silva Date: Mon, 27 Nov 2023 09:41:34 -0300 Subject: build(gh-pages): change rule to docs build (#2269) --- .github/workflows/github-pages.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 40834229..9d572ca4 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -1,6 +1,15 @@ name: documentation -on: [push, pull_request, workflow_dispatch] +on: + push: + paths: + - "docs/**" + + pull_request: + paths: + - "docs/**" + + workflow_dispatch: permissions: contents: write -- cgit v1.2.3-54-g00ecf