aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/push.yml
blob: 88dcb227a4f367b2af0b0466b5edc7f7a09b6f01 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: 'push'

on:
  push:
  pull_request:
  schedule:
    - cron: '0 0 * * 5'

env:
  CI: true
  DOCKER_BUILDKIT: 1

jobs:

  test:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v1
    - run: ./ci.sh