update workflow
Some checks failed
CI / Tests (push) Failing after 1m10s
CI / Clippy lints (push) Failing after 1m24s
CI / Bevy lints (push) Failing after 1m50s

This commit is contained in:
2026-03-18 15:24:56 -04:00
parent 9f8d1888ec
commit 69215bdb91
2 changed files with 8 additions and 8 deletions

View File

@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}