mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 11:03:22 +02:00
only run workflow on main branch
This commit is contained in:
7
.github/workflows/beta-test.yml
vendored
7
.github/workflows/beta-test.yml
vendored
@ -6,10 +6,9 @@ name: Test on Beta Toolchain
|
|||||||
# The ci.yml handles our actual testing with our guarantees.
|
# The ci.yml handles our actual testing with our guarantees.
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
push:
|
||||||
# push:
|
branches:
|
||||||
# branches:
|
- main
|
||||||
# - main
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
NUSHELL_CARGO_PROFILE: ci
|
NUSHELL_CARGO_PROFILE: ci
|
||||||
|
Reference in New Issue
Block a user