Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/qcom-preflight-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ on:
branches:
- main
- latest
- njjetha

push:
branches:
- main
- latest
- njjetha

workflow_dispatch:

Expand Down
5 changes: 3 additions & 2 deletions ubuntu/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
#
# SPDX-License-Identifier: BSD-3-Clause-Clear
# SPDX-License-Identifier: BSD-3-Clause

"""Qcom Build Utilities"""
Loading