Skip to content

Commit 249538b

Browse files
authored
Tweak workflow, delete .env.sample (#4)
1 parent 6f85051 commit 249538b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.env.sample

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
path: ./out
6363
retention-days: 2
6464
deploy:
65-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
65+
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') && github.ref == 'refs/heads/main'
6666
environment:
6767
name: github-pages
6868
url: ${{ steps.deployment.outputs.page_url }}

0 commit comments

Comments
 (0)