1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 08:07:22 +03:00

Drop branch filter and add periodic schedule for test workflow

This commit is contained in:
secwall 2021-01-02 18:05:39 +03:00
parent 365c397c9b
commit 6e49ef8158

View File

@ -1,11 +1,11 @@
name: Test
on:
push:
branches: [ $default-branch ]
pull_request:
branches: [ $default-branch ]
push: {}
pull_request: {}
workflow_dispatch: {}
schedule:
- cron: '30 06 * * *'
jobs:
test: