diff --git a/.github/workflows/build&publish_docs_pub.yml b/.github/workflows/build&publish_docs_pub.yml index a04377f..a843c2c 100644 --- a/.github/workflows/build&publish_docs_pub.yml +++ b/.github/workflows/build&publish_docs_pub.yml @@ -5,6 +5,9 @@ on: # Triggers the workflow on push or pull request events but only for the pub branch push: branches: [ pub ] + paths-ignore: + - 'README**.md' + - 'LICENSE' # Allows you to run this workflow manually from the Actions tab # workflow_dispatch: