Skip to content

Commit

Permalink
Fix workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Jan 18, 2025
1 parent 6129945 commit 986d842
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
- "!master"
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}

jobs:
lint:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
schedule:
- cron: "0 0 * * *"
workflow_dispatch: {}

jobs:
lint:
Expand Down

0 comments on commit 986d842

Please sign in to comment.