Skip to content

Commit

Permalink
Merge pull request #388 from jmmshn/patch_wf
Browse files Browse the repository at this point in the history
Patch wf
  • Loading branch information
jmmshn committed May 16, 2024
2 parents 4eb3ad7 + a50bc7f commit 30f62bd
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/pytest-docs.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
name: Build Docs

on:
push:
branches:
- main
tags:
- "v*"
pull_request:
branches:
- main
[release, workflow_dispatch]

jobs:
build:
Expand Down Expand Up @@ -41,7 +34,7 @@ jobs:
cd docs_rst
make html
- name: Detect changes
if: contains(github.ref, 'refs/heads/main')
if: ${{ !contains(github.ref, 'refs/heads/main') }}
id: changes
shell: bash
run: |
Expand Down

0 comments on commit 30f62bd

Please sign in to comment.