Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdenham authored May 13, 2024
1 parent 77a104a commit ea2060b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
name: Deploy Site

on:
# Trigger the workflow every time you push to the `main` branch
# Using a different branch name? Replace `main` with your branch’s name
push:
pull_request:
branches:
- main

-develop
# Allows you to run this workflow manually from the Actions tab on GitHub.
workflow_dispatch:

Expand Down

0 comments on commit ea2060b

Please sign in to comment.