Skip to content

trace event

trace event #7

Workflow file for this run

name: Build and Test
on:
workflow_dispatch:
push:
branches: [ dev ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build project
run: |
ls
pwd