We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7475d3 commit 1f0783bCopy full SHA for 1f0783b
1 file changed
.github/workflows/deploy-pages.yml
@@ -3,9 +3,9 @@ name: Deploy Pages
3
4
on:
5
# Runs on pushes targeting the default branch and c4 files
6
- push:
7
- branches: ["main"]
8
-
+ pull_request:
+ branches: [ develop ]
+
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_call:
11
workflow_dispatch:
0 commit comments