Skip to content

Build

Build #1135

Workflow file for this run

name: Build
on:
push:
branches:
- master
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Trigger build
run: |
git config user.email ${{github.actor}}@users.noreply.github.com
git config user.name ${{github.actor}}
./build.sh