We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd67069 commit d37564fCopy full SHA for d37564f
1 file changed
.github/workflows/jekyll-github-pages-deploy.yml
@@ -10,6 +10,8 @@ on:
10
# Runs on pushes targeting the default branch
11
push:
12
branches: ["master", "deployment-test"]
13
+ pull_request:
14
+ branches: ["master"]
15
16
# Allows you to run this workflow manually from the Actions tab
17
workflow_dispatch:
0 commit comments