Skip to content

Commit

Permalink
Added pull requests to triggers actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosRamirez committed Jan 2, 2024
1 parent 53d78b0 commit db7ea1b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
pull_request:
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -36,7 +38,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
# Upload Generated _site to GitHub Pages
path: '_site/'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit db7ea1b

Please sign in to comment.