diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index 2c6920ba..fe50e9b2 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -2,28 +2,26 @@ name: DoxyGen build on: pull_request: - branches: [master] types: [opened, reopened] paths: - - '*.h' - - 'docs/**' - - '!docs/README.md' - - '*.md' - - 'images/**' - - '.github/workflows/doxygen.yml' - - 'Doxyfile' - - 'library.properties' # get lib version from here + - "*.h" + - "docs/**" + - "!docs/README.md" + - "*.md" + - "images/**" + - ".github/workflows/doxygen.yml" + - "Doxyfile" + - "library.properties" # get lib version from here push: - branches: [master] paths: - - '*.h' - - 'docs/**' - - '!docs/README.md' - - '*.md' - - 'images/**' - - '.github/workflows/doxygen.yml' - - 'Doxyfile' - - 'library.properties' # get lib version from here + - "*.h" + - "docs/**" + - "!docs/README.md" + - "*.md" + - "images/**" + - ".github/workflows/doxygen.yml" + - "Doxyfile" + - "library.properties" # get lib version from here release: branches: [master] types: [published, edited] diff --git a/.github/workflows/linux_build.yml b/.github/workflows/linux_build.yml index 6a62ba10..b71a29f5 100644 --- a/.github/workflows/linux_build.yml +++ b/.github/workflows/linux_build.yml @@ -4,28 +4,28 @@ on: pull_request: types: [opened, reopened] paths: - - '*.h' - - '*.cpp' - - 'CMakeLists.txt' - - 'cmake/**' - - 'library.properties' # CMake gets lib info from here - - 'examples_RPi/*' - - '!**Makefile' # old build system is not tested in this workflow - - '**pyRF24Network/setup.py' - - '**pyRF24Network/*.cpp' - - '.github/workflows/build_linux.yml' + - "*.h" + - "*.cpp" + - "CMakeLists.txt" + - "cmake/**" + - "library.properties" # CMake gets lib info from here + - "examples_RPi/*" + - "!**Makefile" # old build system is not tested in this workflow + - "**pyRF24Network/setup.py" + - "**pyRF24Network/*.cpp" + - ".github/workflows/build_linux.yml" push: paths: - - '*.h' - - '*.cpp' - - 'CMakeLists.txt' - - 'cmake/**' - - 'library.properties' # CMake gets lib info from here - - 'examples_RPi/**' - - '!**Makefile' # old build system is not tested in this workflow - - '**pyRF24Network/setup.py' - - '**pyRF24Network/*.cpp' - - '.github/workflows/build_linux.yml' + - "*.h" + - "*.cpp" + - "CMakeLists.txt" + - "cmake/**" + - "library.properties" # CMake gets lib info from here + - "examples_RPi/**" + - "!**Makefile" # old build system is not tested in this workflow + - "**pyRF24Network/setup.py" + - "**pyRF24Network/*.cpp" + - ".github/workflows/build_linux.yml" release: types: [published, edited]