mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 03:52:05 +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:
|
||||
push:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- stable-*
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches:
|
||||
- main
|
||||
- stable-*
|
||||
# Run CI once per day (at 04:30 UTC)
|
||||
schedule:
|
||||
- cron: '30 4 * * *'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user