Skip to content

Create CNAME

Create CNAME #90

Workflow file for this run

name: automate
on:
push:
schedule:
- cron: "0 0 * * *"
branches:
- '*'
- '*/*'
- '**'
- 'master'
- 'main'
workflow_dispatch:
jobs:
ubuntu-latest:
runs-on: ubuntu-latest
steps:
- uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
- name: make alpine-build
run: |
make alpine-build
- uses: actions/checkout@v2
- name: make ubuntu-build
run: |
make ubuntu-build