Skip to content

Commit ff1dcc0

Browse files
committed
fix workflow
1 parent 090fbd8 commit ff1dcc0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
name: Deploy to Prod (https://code-star.github.io/)
22

33
on:
4-
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly
5-
tags:
6-
description: 'Rebuild and deploy to Prod'
74
schedule: # Run workflow automatically
85
- cron: '0 1 * * *' # Runs every day at 1:00 AM (min hour day month)
96
push:
107
branches:
118
- production
9+
workflow_dispatch: # Run workflow manually (without waiting for the cron to be called), through the Github Actions Workflow page directly
1210

1311
jobs:
1412
build:

0 commit comments

Comments
 (0)