1
1
mirror of https://github.com/yandex/pgmigrate.git synced 2024-09-19 16:17:24 +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 name: Test
on: on:
push: push: {}
branches: [ $default-branch ] pull_request: {}
pull_request:
branches: [ $default-branch ]
workflow_dispatch: {} workflow_dispatch: {}
schedule:
- cron: '30 06 * * *'
jobs: jobs:
test: test: