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 25, 2024
1 parent a1e4a88 commit f503dbd
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 @@ -5,10 +5,10 @@ run-name: ${{ github.actor }} is learning GitHub Actions

# Controls when the workflow will run
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# push:
# branches: [ main ]
# pull_request:
# branches: [ main ]

# Allows you to run this workflow manually from the actions tab
workflow_dispatch:
Expand Down

0 comments on commit f503dbd

Please sign in to comment.