mirror of
https://github.com/nushell/nushell.git
synced 2025-03-13 06:58:47 +01:00
only run workflow on main branch
This commit is contained in:
parent
2dcf03e4e7
commit
329709a222
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
|
||||
|
Loading…
Reference in New Issue
Block a user