Skip to content

Commit

Permalink
removed docs branch in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frederique-hub committed Oct 20, 2023
1 parent 454c0c8 commit 5bba56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name: Build Documentation
on:
workflow_dispatch:
push:
branches: [ main, docs ]
branches: [ main ]
paths:
- tests/*
- hydromt_fiat/*
- docs/*
- examples/*
- pyproject.toml
pull_request:
branches: [ main, docs ]
branches: [ main ]
paths:
- tests/*
- hydromt_fiat/*
Expand Down

0 comments on commit 5bba56f

Please sign in to comment.