diff --git a/.github/workflows/Documentation.yml b/.github/workflows/Documentation.yml index 95dffa862..78cc35738 100644 --- a/.github/workflows/Documentation.yml +++ b/.github/workflows/Documentation.yml @@ -1,13 +1,16 @@ -name: 'Documentation' +name: Documentation on: push: + paths: + - 'docs/**' pull_request: + paths: + - 'docs/**' workflow_dispatch: jobs: - doxygen: runs-on: ubuntu-latest name: 'SW Framework' diff --git a/.github/workflows/Processor.yml b/.github/workflows/Processor.yml index 3e53d8b2f..44d41ba5d 100644 --- a/.github/workflows/Processor.yml +++ b/.github/workflows/Processor.yml @@ -3,25 +3,18 @@ name: Processor on: push: branches: - - main - paths: - 'rtl/**' - 'sw/**' - 'sim/**' - - '.github/workflows/**' pull_request: - branches: - - main paths: - 'rtl/**' - 'sw/**' - 'sim/**' - - '.github/workflows/**' workflow_dispatch: jobs: - Software: runs-on: ubuntu-latest