mirror of
https://github.com/nushell/nushell.git
synced 2025-08-15 00:42:30 +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.
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
# push:
|
||||
# branches:
|
||||
# - main
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
env:
|
||||
NUSHELL_CARGO_PROFILE: ci
|
||||
|
Reference in New Issue
Block a user