1
0
mirror of https://github.com/docker-library/postgres.git synced 2025-07-25 12:22:02 +03:00

Add the ability for us to manually trigger GitHub tests

This commit is contained in:
Tianon Gravi
2023-05-12 13:57:19 -07:00
parent a23c0e9798
commit 1c1e4ffa71
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ on:
push: push:
schedule: schedule:
- cron: 0 0 * * 0 - cron: 0 0 * * 0
workflow_dispatch:
defaults: defaults:
run: run:

View File

@ -3,6 +3,7 @@ name: Verify Templating
on: on:
pull_request: pull_request:
push: push:
workflow_dispatch:
defaults: defaults:
run: run: