mirror of
https://github.com/redstrate/Auracite.git
synced 2025-04-20 03:37:47 +00:00
Fix the GitHub workflows looking for the wrong branch
This commit is contained in:
parent
69f807b2f7
commit
cc500b1901
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -2,9 +2,9 @@ name: Main
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
|
Loading…
Add table
Reference in a new issue