Skip to content

Commit

Permalink
Update BasicWorkflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson authored Sep 20, 2024
1 parent 8beec8d commit c7d6a60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/BasicWorkflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7d6a60

Please sign in to comment.