Skip to content

Update build.yml

Update build.yml #3

Workflow file for this run

name: build template
on:
push:
branches:
- 'master'
- '152-build-on-github-actions'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: |
echo hello
vagrant --version