Skip to content

Commit

Permalink
Run workflow on dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Apr 16, 2024
1 parent 9ed7948 commit 9548829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Continuous Integration
on:
push:
branches:
- '*'
- '**'
tags:
- '*'
- '**'
schedule:
- cron: '0 7 * * 1' # Run every monday at 07:00 UTC

Expand Down

0 comments on commit 9548829

Please sign in to comment.