Skip to content

Commit

Permalink
Enhance github actions trigger (#30)
Browse files Browse the repository at this point in the history
Enhance github actions trigger
  • Loading branch information
c-w-feldmann authored Jul 3, 2024
1 parent 58984cd commit 01d8300
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Code-Analysis

on: [push]
on:
push:
workflow_dispatch:
schedule:
- cron: '0 5 * * 1' # Every Monday at 5:00 AM UTC (7:00 AM CEST)

jobs:
pylint:
Expand Down

0 comments on commit 01d8300

Please sign in to comment.