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:
@@ -3,6 +3,8 @@ run-name: Python
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
paths:
|
||||
- 'projects/rocprofiler-systems/**'
|
||||
- 'projects/rocprofiler-systems/source/python/gui/*.py'
|
||||
|
||||
Reference in New Issue
Block a user