Skip to content

Commit

Permalink
ci: Make the nightly checks run on push
Browse files Browse the repository at this point in the history
We have a low volume of commits nowadays, we're fine to run all
checks now
  • Loading branch information
iamsergio committed Jan 6, 2025
1 parent 191c1b4 commit 7e23fb5
Showing 1 changed file with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,18 @@
#
# SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only

name: Nightly Misc
name: Static and Python

on:
schedule:
- cron: '0 3 * * *'
workflow_dispatch:

push:
branches:
- main
- 2.2
pull_request:
branches:
- main
- 2.2

jobs:
build:
Expand Down

0 comments on commit 7e23fb5

Please sign in to comment.