Skip to content

Commit c646762

Browse files
authored
Create try.yaml
1 parent 412ae52 commit c646762

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/try.yaml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This is a basic workflow to help you get started with Actions
2+
3+
name: Try
4+
5+
# Controls when the workflow will run
6+
on:
7+
# Triggers the workflow on pull request events but only for the "main" branch
8+
pull_request:
9+
branches: [ "main" ]
10+
11+
# Allows you to run this workflow manually from the Actions tab
12+
workflow_dispatch:

0 commit comments

Comments
 (0)