1
Fork 0
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:
Joshua Goins 2024-11-01 19:04:38 -04:00
parent 69f807b2f7
commit cc500b1901

View file

@ -2,9 +2,9 @@ name: Main
on:
push:
branches: [ "master" ]
branches: [ "main" ]
pull_request:
branches: [ "master" ]
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always