Skip to content

Commit

Permalink
Update python-test-docs.yaml
Browse files Browse the repository at this point in the history
changed action from manual to triggered
  • Loading branch information
ncilfone committed Dec 14, 2021
1 parent a777f5a commit 33d9739
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/python-test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

name: docs-test-build

on: workflow_dispatch
# on: workflow_dispatch

#on:
# pull_request:
# branches: [master]
# paths: [website/**]
# push:
# branches: [master]
# paths: [website/**]
on:
pull_request:
branches: [master]
paths: [website/**]
push:
branches: [master]
paths: [website/**]

jobs:
deploy:
Expand Down

0 comments on commit 33d9739

Please sign in to comment.