1
Fork 0
mirror of https://github.com/redstrate/Auracite.git synced 2025-04-20 11:47: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: on:
push: push:
branches: [ "master" ] branches: [ "main" ]
pull_request: pull_request:
branches: [ "master" ] branches: [ "main" ]
env: env:
CARGO_TERM_COLOR: always CARGO_TERM_COLOR: always