Fix reuse workflow branches.

(cherry picked from commit 5874711c6e)
pull/9037/head
Felix Fontein 2024-10-19 12:34:55 +02:00
parent 88b1d1e0c1
commit a781573977
1 changed files with 7 additions and 3 deletions

View File

@ -7,10 +7,14 @@ name: Verify REUSE
on:
push:
branches: [main]
pull_request_target:
branches:
- main
- stable-*
pull_request:
types: [opened, synchronize, reopened]
branches: [main]
branches:
- main
- stable-*
# Run CI once per day (at 07:30 UTC)
schedule:
- cron: '30 7 * * *'