Skip to content

Commit 0ac6884

Browse files
committed
run github actions on pull requests too
1 parent ea7672c commit 0ac6884

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
name: Deploy static content to Pages
33

44
on:
5-
# Runs on pushes targeting the default branch
5+
# Runs on pushes and pull requests targeting the default branch
66
push:
77
branches: ['main']
8+
pull_request:
9+
branches: ['main']
810

911
# Allows you to run this workflow manually from the Actions tab
1012
workflow_dispatch:

0 commit comments

Comments
 (0)