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 aad7390 commit a9112afCopy full SHA for a9112af
1 file changed
.github/workflows/static.yml
@@ -1,13 +1,13 @@
1
# Simple workflow for deploying static content to GitHub Pages
2
name: Deploy static content to Pages
3
4
-on:
+on: [push, workflow_dispatch]
5
+
6
# Runs on pushes targeting the default branch
- push:
7
- branches: ["main"]
+ # push:
8
9
# Allows you to run this workflow manually from the Actions tab
10
- workflow_dispatch:
+ # workflow_dispatch:
11
12
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
permissions:
0 commit comments