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