Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikualpha authored Nov 24, 2024
1 parent f45874d commit dffa7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ name: kcwiki-improvement-data-update

on:
push:
branches: [ master ]
branches: [ main ]
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '0 0 * * 1,5'
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit dffa7d8

Please sign in to comment.