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: on:
push: push:
branches: [main] branches:
pull_request_target: - main
- stable-*
pull_request:
types: [opened, synchronize, reopened] types: [opened, synchronize, reopened]
branches: [main] branches:
- main
- stable-*
# Run CI once per day (at 07:30 UTC) # Run CI once per day (at 07:30 UTC)
schedule: schedule:
- cron: '30 7 * * *' - cron: '30 7 * * *'