Skip to content

Commit

Permalink
workflow run on push to main only
Browse files Browse the repository at this point in the history
  • Loading branch information
kathrynle20 committed Dec 4, 2024
1 parent 3784b69 commit 002b1f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/train.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Test Training Code with gRPC

on:
# used for debugging purposes
workflow_dispatch:
# workflow_dispatch:
push:
branches:
# run test on push to main only
# - main
- "*"
- main
# - "*"
pull_request:
branches:
- main
Expand Down

0 comments on commit 002b1f0

Please sign in to comment.