File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ In the preceding workflow composition:
30
30
31
31
:::code language="yml" source="snippets/dotnet-build-github-action/build-validation.yml" range="3-9":::
32
32
33
- - Triggered when a ` push ` or ` pull_quest ` occurs on the ` main ` branch where any files changed ending with the * .cs* or * .csproj* file extensions.
33
+ - Triggered when a ` push ` or ` pull_request ` occurs on the ` main ` branch where any files changed ending with the * .cs* or * .csproj* file extensions.
34
34
35
35
- The ` env ` node defines named environment variables (env var).
36
36
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ In the preceding workflow composition:
34
34
35
35
:::code language="yml" source="snippets/dotnet-secure-github-action/codeql-analysis.yml" range="3-15":::
36
36
37
- - Triggered when a ` push ` or ` pull_quest ` occurs on the ` main ` branch where any files changed ending with the * .cs* or * .csproj* file extensions.
37
+ - Triggered when a ` push ` or ` pull_request ` occurs on the ` main ` branch where any files changed ending with the * .cs* or * .csproj* file extensions.
38
38
- As a cron job (on a schedule) &mdash ; to run at 8:00 UTC every Thursday.
39
39
40
40
- The ` jobs ` node builds out the steps for the workflow to take.
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ In the preceding workflow composition:
30
30
31
31
:::code language="yml" source="snippets/dotnet-test-github-action/build-and-test.yml" range="3-9":::
32
32
33
- - Triggered when a ` push ` or ` pull_quest ` occurs on the ` main ` branch where any files changed ending with the * .cs* or * .csproj* file extensions.
33
+ - Triggered when a ` push ` or ` pull_request ` occurs on the ` main ` branch where any files changed ending with the * .cs* or * .csproj* file extensions.
34
34
35
35
- The ` env ` node defines named environment variables (env var).
36
36
You can’t perform that action at this time.
0 commit comments