Skip to content

Modify actions to avoid processing when only doc PRs #4

Modify actions to avoid processing when only doc PRs

Modify actions to avoid processing when only doc PRs #4

Workflow file for this run

#
# SPDX-License-Identifier: Apache-2.0
#
name: Update Documentation
on:
push:
# paths:
# - '**.md'
paths-ignore:
- '.github/workflows/**'
- '!**.md'
pull_request:
# paths:
# - '**.md'
paths-ignore:
- '.github/workflows/**'
- '!**.md'
jobs:
log:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: log file updated
run: |
echo "Updated documentation"