Skip to content

Commit

Permalink
Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDarksideJ authored Apr 18, 2023
1 parent 908a587 commit c3f7cb4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Deploy to GitHub Pages

on:
push:
pull_request:
types:
- closed
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
deploy:
if: github.event.pull_request.merged == true
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c3f7cb4

Please sign in to comment.