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 9c0c1e3 commit d4e8a39Copy full SHA for d4e8a39
.github/workflows/deploy-pages.yml
@@ -7,6 +7,8 @@ on:
7
description: "Please confirm deployment"
8
required: true
9
type: boolean
10
+ push: # remove on.push before merge to main
11
+ branches: ["react-demo-app"]
12
13
concurrency: deploy-gh-pages-${{ github.ref }}
14
0 commit comments