Skip to content

Commit

Permalink
Merge pull request #370 from fa0311/develop
Browse files Browse the repository at this point in the history
add workflow_dispatch
  • Loading branch information
fa0311 authored Nov 28, 2023
2 parents b5e0afc + a7de65a commit 55cbf55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Generator

on:
schedule:
- cron: '0 21 * * *'
- cron: "0 21 * * *"
workflow_dispatch:

jobs:
generator:
Expand All @@ -14,8 +15,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.9'
architecture: 'x64'
python-version: "3.9"
architecture: "x64"
- name: Get Python version
run: python -V

Expand Down

0 comments on commit 55cbf55

Please sign in to comment.