Skip to content

Commit 7d5da9a

Browse files
authored
Merge pull request #182 from layer5io/leecalcote-patch-1
Trigger build preview on PR
2 parents d7f4654 + 6d7308b commit 7d5da9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Deploy static content to Pages
33

44
on:
55
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["master"]
6+
pull_request:
7+
branches: [ "master" ]
88

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

0 commit comments

Comments
 (0)