Skip to content

Commit a9112af

Browse files
committed
Update static.yml
1 parent aad7390 commit a9112af

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Simple workflow for deploying static content to GitHub Pages
22
name: Deploy static content to Pages
33

4-
on:
4+
on: [push, workflow_dispatch]
5+
56
# Runs on pushes targeting the default branch
6-
push:
7-
branches: ["main"]
7+
# push:
88

99
# Allows you to run this workflow manually from the Actions tab
10-
workflow_dispatch:
10+
# workflow_dispatch:
1111

1212
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1313
permissions:

0 commit comments

Comments
 (0)