mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 01:00:13 -04:00
temporarily add push trigger to see these tests running
This commit is contained in:
parent
64430d6fa4
commit
a2e9c4303e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
|
@ -4,6 +4,10 @@ on:
|
|||
schedule:
|
||||
- cron: 30 4 * * *
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
# Add this temporarily to see these tests running; remove before merging!
|
||||
- convert-nightly-pipeline
|
||||
|
||||
jobs:
|
||||
# While many of these jobs could be grouped in a separate workflow, the github actions UI
|
||||
|
|
|
|||
Loading…
Reference in a new issue