diff --git a/.github/workflows/BasicWorkflow.yml b/.github/workflows/BasicWorkflow.yml index b613e90..eab8980 100644 --- a/.github/workflows/BasicWorkflow.yml +++ b/.github/workflows/BasicWorkflow.yml @@ -4,12 +4,12 @@ run-name: ${{ github.actor }} is learning GitHub Actions # Controls when the workflow will run on: +# Comment push: - branches: [ main ] + branches: [ main ] pull_request: - branches: [ main ] - - # Allows you to run this workflow manually from the actions tab + branches: [ main ] +# Allows you to run this workflow manually from the actions tab workflow_dispatch: # Basic job to execute a simple batch routine that runs tests via testexecute