From ad7fe5a3f4b08cbcbd2b46f59523f6eac3937d84 Mon Sep 17 00:00:00 2001 From: Lacey Sanderson Date: Sat, 30 Mar 2024 21:32:49 -0600 Subject: [PATCH] more updates. --- .github/workflows/ALL-PHPUnit.yml | 5 ++++- .github/workflows/gh-pages.yml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ALL-PHPUnit.yml b/.github/workflows/ALL-PHPUnit.yml index b13e1fa..6a06c73 100644 --- a/.github/workflows/ALL-PHPUnit.yml +++ b/.github/workflows/ALL-PHPUnit.yml @@ -1,6 +1,9 @@ name: PHPUnit -on: [push] +on: + push: + branches-ignore: + - 2.x env: PKG_NAME: tripal_blast diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 0f89e36..fa7a82a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -27,7 +27,7 @@ jobs: uses: actions/configure-pages@v5 - uses: actions/setup-python@v5 with: - python-version: '3.18' + python-version: '3.10' - name: Install Depenendancies run: pip install mkdocs mkdocs-material - name: Build Documentation