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: 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 * * *'