mirror of
https://github.com/certbot/certbot.git
synced 2026-06-11 01:30:14 -04:00
temporarily add push trigger to see these tests running
This commit is contained in:
parent
11d5da785b
commit
5da7f1c6b1
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