Skip to content

Create try.yaml

Create try.yaml #1

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: Try
# Controls when the workflow will run
on:
# Triggers the workflow on pull request events but only for the "main" branch
pull_request:
branches: [ "main" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: