parent
88b1d1e0c1
commit
a781573977
|
@ -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 * * *'
|
||||||
|
|
Loading…
Reference in New Issue