Merge branch 'main' into dev

This commit is contained in:
Isaac
2025-06-30 02:50:21 -07:00
committed by GitHub

View File

@@ -2,7 +2,6 @@
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
name: Nightly
on:
push:
branches:
@@ -17,7 +16,6 @@ on:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest