From 47ed234a0b01b3d453c5820a3fddab59318e96b8 Mon Sep 17 00:00:00 2001 From: Kevin M Johnson <101289324+Kevin-M-Johnson@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:56:06 -0400 Subject: [PATCH] Update BasicWorkflow.yml --- .github/workflows/BasicWorkflow.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/BasicWorkflow.yml b/.github/workflows/BasicWorkflow.yml index e029cd3..415697a 100644 --- a/.github/workflows/BasicWorkflow.yml +++ b/.github/workflows/BasicWorkflow.yml @@ -3,16 +3,17 @@ name: BasicWorkflow run-name: ${{ github.actor }} is learning GitHub Actions # Controls when the workflow will run -on: - # Triggers the workflow on push or pull event, but only for the main branch +on: +# Triggers the workflow on push or pull event, 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: -# Simple jpb to execute a simple batch routine that runs tests via testexecute +# Basic job to execute a simple batch routine that runs tests via testexecute jobs: build: runs-on: self-hosted