Skip to content

Commit

Permalink
[ci] Remove new-api branch from docs deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 committed Dec 7, 2023
1 parent 4232d4a commit 03839ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
name: deploy to gh-pages

on:
workflow_dispatch: {}
push:
branches: [master, new-api]
branches: [master]
paths:
- "docs/**"
- "schemas/**"
Expand Down

0 comments on commit 03839ee

Please sign in to comment.