Skip to content

Commit

Permalink
testing prs
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Nov 15, 2024
1 parent ea13325 commit 6d31a8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pr:
branches: [ "main" ]

jobs:
build:
Expand Down Expand Up @@ -35,6 +37,9 @@ jobs:
with:
path: docs/build/html
deploy:
# Only on main branch
if: github.ref == 'refs/heads/main'

# Add a dependency to the build job
needs: build

Expand Down

0 comments on commit 6d31a8e

Please sign in to comment.