We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 412ae52 commit c646762Copy full SHA for c646762
.github/workflows/try.yaml
@@ -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