mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 11:58:43 +00:00
parent
7a88ac1659
commit
7e82da0e8b
8
.github/workflows/reuse.yml
vendored
8
.github/workflows/reuse.yml
vendored
@ -7,9 +7,13 @@ name: Verify REUSE
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- stable-*
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [main]
|
branches:
|
||||||
|
- main
|
||||||
|
- stable-*
|
||||||
# Run CI once per day (at 04:30 UTC)
|
# Run CI once per day (at 04:30 UTC)
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 4 * * *'
|
- cron: '30 4 * * *'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user