Skip to content

Commit

Permalink
perform documentation deploy on push to master
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienDoerner committed Apr 17, 2024
1 parent baa586b commit 5306f96
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy_new_documentation.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: deploy-documentation
on: [workflow_dispatch]
on:
push:
branches:
- main
- 'releases/**'

jobs:
build-and-deploy:
Expand Down

0 comments on commit 5306f96

Please sign in to comment.