Skip to content

Update build.yml

Update build.yml #6

Workflow file for this run

name: Pre-build checks
on:
push:
branches: [ feature/first-bit]
pull_request:
branches: [ feature/first-bit]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
run: echo "Success"