testing on local branch

This commit is contained in:
Abdenasser 2024-11-07 16:04:55 +01:00
parent 143d071d1b
commit f15fbaeac5
3 changed files with 12 additions and 3 deletions

View File

@ -1,7 +1,10 @@
name: Linux (x86_64) Nightly Build
on:
workflow_dispatch: # Allows manual triggering
push:
branches:
- pr-29
workflow_dispatch: # Allows manual triggering
env:
CARGO_TERM_COLOR: always

View File

@ -1,7 +1,10 @@
name: MacOS (x86_64/arm) Nightly Build
on:
workflow_dispatch: # Allows manual triggering
push:
branches:
- pr-29
workflow_dispatch: # Allows manual triggering
env:
CARGO_TERM_COLOR: always

View File

@ -1,7 +1,10 @@
name: Windows (x86_64) Nightly Build
on:
workflow_dispatch: # Allows manual triggering
push:
branches:
- pr-29
workflow_dispatch: # Allows manual triggering
env:
CARGO_TERM_COLOR: always