Add "branch" requirement to "push" workflows. (#329)

* Add "branch" requirement to "push" workflows.

* Deleted obsolete workflow files

Signed-off-by: David Galiffi <David.Galiffi@amd.com>

* Fix path to the `check-copyright.sh` in `pre-commit-config.yaml`

---------

Signed-off-by: David Galiffi <David.Galiffi@amd.com>
This commit is contained in:
David Galiffi
2025-08-13 09:42:49 -04:00
committed by GitHub
parent d0a18e0eb9
commit 311e279596
11 changed files with 17 additions and 26 deletions
@@ -4,6 +4,8 @@ run-name: cpack
on:
workflow_dispatch:
push:
branches:
- develop
paths:
- 'projects/rocprofiler-systems/docker/**'
- '!projects/rocprofiler-systems/*.md'