Skip to content

Update testScript.yml #2

Update testScript.yml

Update testScript.yml #2

Workflow file for this run

name: File Tree Workflow、
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run File Tree Action
uses: stanley-ju/script_demo@main
with:
path: './'