Skip to content

Commit

Permalink
fix(github): Trigger github actions for stable branches
Browse files Browse the repository at this point in the history
Signed-off-by: Jake Garver <jake@nvidia.com>
  • Loading branch information
jgarver committed May 6, 2024
1 parent 6b2e3ea commit d3037d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2022-2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2022-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
#
# SPDX-License-Identifier: BSD-2-Clause-Patent

Expand All @@ -11,6 +11,7 @@ on:
branches:
- 'main'
- 'r*updates'
- 'stable*'
tags:
- 'r*'
env:
Expand Down

0 comments on commit d3037d5

Please sign in to comment.