Skip to content

Commit

Permalink
remove pull request trigger from deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroCamphuijsen committed Jun 6, 2024
1 parent 3ea2268 commit fb2a626
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy_dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- main
pull_request:
branches:
- main

jobs:
deploy_with_NEBULA:
Expand All @@ -19,7 +16,4 @@ jobs:
content_ref: v1.0.0
base_url: NEBULA
nebula_ref: ${{ github.sha }}
deploy_to_ghpages: true



deploy_to_ghpages: true

0 comments on commit fb2a626

Please sign in to comment.