Skip to content

Commit

Permalink
Modify test-notebooks.yml to run manually and on push to main (#355)
Browse files Browse the repository at this point in the history
* Workflow now running manually on button press

* ignoring changes to docs
  • Loading branch information
HowieG authored Aug 14, 2024
1 parent 2136034 commit 024063d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-notebooks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
name: Test Notebooks
on:
workflow_dispatch: # Allows manual triggering
push:
branches:
- main
paths-ignore:
- 'docs/**'
jobs:
test-notebooks:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 024063d

Please sign in to comment.