Skip to content

Commit

Permalink
move CI trigger to main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
madninja committed Feb 13, 2024
1 parent 3100321 commit 2d9036f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/region_maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- ".github/workflows/region_maps.yml"
pull_request:
branches:
- master
- main
paths:
- "regions.txt"
- "extern/hplans/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/region_params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- ".github/workflows/region_params.yml"
pull_request:
branches:
- master
- main
paths:
- "regions.txt"
- "region_params/**"
Expand Down

0 comments on commit 2d9036f

Please sign in to comment.