1
Fork 0
mirror of https://github.com/redstrate/Kawari.git synced 2025-04-24 08:07:45 +00:00

Fix branch name in workflow

This commit is contained in:
Joshua Goins 2024-05-18 13:39:43 -04:00
parent 7b5f2ac07f
commit 7c6004e34a

View file

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