Skip to content

Commit d37564f

Browse files
committed
Enable PR-triggered workflow runs on master
1 parent fd67069 commit d37564f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/jekyll-github-pages-deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
# Runs on pushes targeting the default branch
1111
push:
1212
branches: ["master", "deployment-test"]
13+
pull_request:
14+
branches: ["master"]
1315

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

0 commit comments

Comments
 (0)