Fix reuse workflow branches.

pull/9035/head
Felix Fontein 2024-10-19 12:34:55 +02:00
parent 12fa2452d8
commit 5874711c6e
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 * * *'