mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-05-05 10:05:30 +00:00
Main branch is default not main
This commit is contained in:
parent
4a001801aa
commit
b680debb49
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -2,9 +2,9 @@ name: Build and Package
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [default]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
branches: [default]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue