Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MacHu-GWU committed Jan 19, 2024
1 parent 3f9dc61 commit 4096bc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ name: CI

on:
push: # any push event to master will trigger this
branches: ["main"]
branches: ["main", "dev/**"]
# branches: ["unknown"]
pull_request: # any pull request to master will trigger this
branches: ["main"]
branches: ["main", "dev/**"]
# branches: ["unknown"]
workflow_dispatch: # allows you to manually trigger run

Expand Down

0 comments on commit 4096bc3

Please sign in to comment.