fix: check jobs not running on main

This commit is contained in:
Michael H.
2026-05-06 00:12:17 +02:00
parent 6ed56a4756
commit bb4862daa6
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ on:
pull_request:
push:
branches:
- master
- main
env:
CARGO_TERM_COLOR: always

View File

@@ -2,7 +2,7 @@ on:
pull_request:
push:
branches:
- master
- main
env:
CARGO_TERM_COLOR: always